|
|
@@ -1680,7 +1680,7 @@ public class TssGoodsService {
|
|
|
goods.setPntMrate(pntMrate); // 포인트적립율(MOBILE)
|
|
|
|
|
|
//출고처 코드
|
|
|
- goods.setDelvLocCd("DL001"); // 자사상품 출고처 코드 고정
|
|
|
+ goods.setDelvLocCd(TscConstants.WMS_DELV_LOC_CD); // 자사상품 출고처 코드 고정
|
|
|
// 업체코드 조회
|
|
|
Collection<Brand> brandSupplyList = businessService.getBrandSupplyList(goods.getBrandCd());
|
|
|
String supplyCompCd = brandSupplyList.iterator().next().getSupplyCompCd();
|
|
|
@@ -4282,7 +4282,7 @@ public class TssGoodsService {
|
|
|
goods.setDistributionGb(distributionGb);
|
|
|
|
|
|
//출고처 코드
|
|
|
- goods.setDelvLocCd("DL001"); // 자사상품 출고처 코드 고정
|
|
|
+ goods.setDelvLocCd(TscConstants.WMS_DELV_LOC_CD); // 자사상품 출고처 코드 고정
|
|
|
|
|
|
// 기본정보 생성
|
|
|
goodsDao.createGoods(goods); // 상품기본 저장
|