|
@@ -249,7 +249,7 @@ public class WhsMngService extends CommonService {
|
249
|
249
|
/*
|
250
|
250
|
창고 팝업 검색
|
251
|
251
|
*/
|
252
|
|
- public GridResponse searchPopWhsLocationList(String sBrandId, String sStoreId, String sWhsNm, GridRequest gridRequest) throws Exception {
|
|
252
|
+ public GridResponse searchPopWhsLocationList(String sBrandId, String sStoreId, String sWhsNm, String sWhsDvsn, GridRequest gridRequest) throws Exception {
|
253
|
253
|
|
254
|
254
|
int gridPage = gridRequest.getGridPage();
|
255
|
255
|
int gridSize = gridRequest.getGridSize();
|
|
@@ -258,11 +258,12 @@ public class WhsMngService extends CommonService {
|
258
|
258
|
int gridTotal = 0;
|
259
|
259
|
|
260
|
260
|
//창고구분(브랜드 W01/매장 W02)
|
|
261
|
+ /*
|
261
|
262
|
String sWhsDvsn = "W01";
|
262
|
263
|
if (!"".equals(sStoreId) && sStoreId != null) {
|
263
|
264
|
sWhsDvsn = "W02";
|
264
|
265
|
}
|
265
|
|
-
|
|
266
|
+ */
|
266
|
267
|
List<WhsMgntBaseInfoEntity> entities = whsMngMapper.selectPopWhsLocList(sBrandId, sWhsDvsn, sStoreId, sWhsNm);
|
267
|
268
|
|
268
|
269
|
List<Object> gridRows = entities.stream()
|