|
|
@@ -162,7 +162,7 @@ public class TscShoplinkerService {
|
|
|
currListCount = map.getInt("currListCount");
|
|
|
|
|
|
DecimalFormat formatter = new DecimalFormat("###,###");
|
|
|
- slkSearch.setTxt(fileAddNm+" ["+shoplinkerOrder.getInfoStr()+"]"+ " 총페이지: "+totalPage+ "("+formatter.format(totalCount)+"건) || "+currentlyPage);
|
|
|
+ slkSearch.setTxt(chkPermission+" ["+shoplinkerOrder.getInfoStr()+"]"+ " 총페이지: "+totalPage+ "("+formatter.format(totalCount)+"건) || "+currentlyPage);
|
|
|
updateCallApiRunable(slkSearch);
|
|
|
|
|
|
if( currentlyPage < 1 ) currentlyPage = 1;
|