|
|
@@ -1101,12 +1101,15 @@ public class TsaGoodsService {
|
|
|
* @since 2020. 10. 27.
|
|
|
*/
|
|
|
private void saveGoodsDetailDesc(Goods goods) {
|
|
|
- // 상품상세 구분(10:상품설명, 20:상위컨텐츠, 30:하위컨텐츠, 40:하위컨텐츠-모바일, 50:상위컨텐츠-모바일)
|
|
|
+ // 상품상세 구분(10:상품타이틀,20:상품타이틀내용,30:상품특징,40:상위컨텐츠,50:하위컨텐츠,60:하위컨텐츠-모바일,70:상위컨텐츠-모바일)
|
|
|
GoodsDesc goodsDesc = new GoodsDesc();
|
|
|
goodsDesc.setGoodsCd(goods.getGoodsCd());
|
|
|
goodsDesc.setRegNo(goods.getRegNo());
|
|
|
goodsDesc.setUpdNo(goods.getUpdNo());
|
|
|
|
|
|
+ // AS-IS 상세 정보 이력 처리
|
|
|
+ goodsDao.createGoodsDetailDescHst(goodsDesc);
|
|
|
+
|
|
|
// 상세 타이틀
|
|
|
goodsDesc.setDescGb("10");
|
|
|
goodsDesc.setGoodsDesc(goods.getGoodsTitlesDesc());
|