|
|
@@ -20,6 +20,7 @@ import com.style24.admin.support.security.session.TsaSession;
|
|
|
import com.style24.core.biz.service.TscCommonService;
|
|
|
import com.style24.core.biz.thirdparty.NaverLowestPriceApi;
|
|
|
import com.style24.core.biz.thirdparty.SafetyKoreaApi;
|
|
|
+import com.style24.core.support.env.TscConstants;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
import com.style24.persistence.domain.AdKeyword;
|
|
|
import com.style24.persistence.domain.AdKeywordGoods;
|
|
|
@@ -1916,7 +1917,7 @@ public class TsaGoodsService {
|
|
|
idx++;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 상품예약판매 출고예정일수정
|
|
|
*
|
|
|
@@ -1932,8 +1933,6 @@ public class TsaGoodsService {
|
|
|
goodsDao.updateGoodResSellDelvResDt(item);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
|
|
|
/**
|
|
|
* 상품 상세공지 목록
|
|
|
@@ -2721,7 +2720,7 @@ public class TsaGoodsService {
|
|
|
goodsImg.setRegNo(TsaSession.getInfo().getUserNo());
|
|
|
goodsDao.createGoodsImage(goodsImg);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// "정보부족"인 상태의 상품 중 기본이미지가 생성될 경우 승인대기상태로 변경
|
|
|
if (goodsImg.getMode().equals("C") && goodsImg.getDefaultImgYn().equals("Y")) {
|
|
|
goods = new Goods();
|
|
|
@@ -3963,7 +3962,7 @@ public class TsaGoodsService {
|
|
|
goods.setDistributionGb(distributionGb);
|
|
|
|
|
|
//출고처 코드
|
|
|
- goods.setDelvLocCd("DL001"); // 자사상품 출고처 코드 고정
|
|
|
+ goods.setDelvLocCd(TscConstants.WMS_DELV_LOC_CD); // 자사상품 출고처 코드 고정
|
|
|
|
|
|
// 기본정보 생성
|
|
|
goodsDao.createGoods(goods); // 상품기본 저장
|