|
@@ -261,9 +261,9 @@ public class StoreBaseInfoService extends CommonService {
|
261
|
261
|
locEntity.setBrandId(entity.getBrandId());
|
262
|
262
|
locEntity.setStckDvsn("SD01");
|
263
|
263
|
|
264
|
|
- if ("N".equals(entity.getWhsUseYn())) {
|
265
|
|
- locEntity.setLocStCd("LOC003");
|
266
|
|
- } else {
|
|
264
|
+ //if ("N".equals(entity.getWhsUseYn())) {
|
|
265
|
+ // locEntity.setLocStCd("LOC003");
|
|
266
|
+ // } else {
|
267
|
267
|
if ("ST01".equals(entity.getStoreStCd())) {
|
268
|
268
|
locEntity.setLocStCd("LOC001");
|
269
|
269
|
} else if ("ST03".equals(entity.getStoreStCd())) {
|
|
@@ -271,7 +271,7 @@ public class StoreBaseInfoService extends CommonService {
|
271
|
271
|
} else { //ST02
|
272
|
272
|
locEntity.setLocStCd("LOC002");
|
273
|
273
|
}
|
274
|
|
- }
|
|
274
|
+ // }
|
275
|
275
|
|
276
|
276
|
whsMngService.addStoreWhsInfo(userId,saveWhsInfo, locEntity );
|
277
|
277
|
|