|
|
@@ -603,10 +603,14 @@ public class TssGoodsController extends TssBaseController {
|
|
|
if (goodsImgInfo.getDefaultImgYn().equals("Y")) {
|
|
|
mav.addObject("defaultImgOrd", goodsImgInfo.getDispOrd());
|
|
|
}
|
|
|
+ if (goodsImgInfo.getMouseoverImgYn() .equals("Y")) {
|
|
|
+ mav.addObject("mouseoverImgOrd", goodsImgInfo.getDispOrd());
|
|
|
+ }
|
|
|
}
|
|
|
} else { // 대표이미지와 마우스오버이미지가 없으면
|
|
|
mav.addObject("goodsImgList", new ArrayList<GoodsImg>());
|
|
|
mav.addObject("defaultImgOrd", "1");
|
|
|
+ mav.addObject("mouseoverImgOrd", "1");
|
|
|
}
|
|
|
|
|
|
mav.addObject("goodsImg", goodsImg);
|
|
|
@@ -828,7 +832,7 @@ public class TssGoodsController extends TssBaseController {
|
|
|
} else {
|
|
|
// 입점상품등록
|
|
|
// DB 처리 시 사용되는 파라미터명(셀명) 설정 -
|
|
|
- String[] goodsNames = {"supplyGoodsCd", "supplyCompCd", "brandCd", "goodsNm", "goodsTnm", "goodsSnm1", "itemkindCd", "styleYear", "seasonCd",
|
|
|
+ String[] goodsNames = {"supplyGoodsCd", "supplyCompCd", "brandCd", "goodsNm", "goodsTnm", "goodsSnm1", "itemkindCd", "seasonCd",
|
|
|
"sexGb", "listPrice", "currPrice", "goodsGb", "formalGb", "originCd", "makeYmd", "taxGb", "ageGrpCd", "adultYn", "optStr", "goodsContent",
|
|
|
"niClsfCd", "niContent1", "niContent2", "niContent3", "niContent4", "niContent5",
|
|
|
"niContent6", "niContent7", "niContent8", "niContent9", "niContent10", "niContent11", "niContent12",
|