|
|
@@ -165,7 +165,7 @@ public class TsaGoodsService {
|
|
|
for (Itemkind itemkind : itemkindList) {
|
|
|
itemkind.setRegNo(TsaSession.getInfo().getUserNo());
|
|
|
itemkind.setUpdNo(TsaSession.getInfo().getUserNo());
|
|
|
- itemkind.setItemkindNm(GagaStringUtil.replace(GagaStringUtil.replace(itemkind.getItemkindNm(), "<", "<"), ">", ">"));
|
|
|
+// itemkind.setItemkindNm(GagaStringUtil.replace(GagaStringUtil.replace(itemkind.getItemkindNm(), "<", "<"), ">", ">"));
|
|
|
//itemkind.setItemkindEnm(GagaStringUtil.replace(GagaStringUtil.replace(itemkind.getItemkindEnm(), "<", "<"),">", ">"));
|
|
|
goodsDao.saveItemkindInfo(itemkind);
|
|
|
}
|
|
|
@@ -257,7 +257,7 @@ public class TsaGoodsService {
|
|
|
|
|
|
for (NotiInfo notiInfo : notiInfoList) {
|
|
|
if (!StringUtils.isBlank(notiInfo.getNiContent())) {
|
|
|
- notiInfo.setNiContent(GagaStringUtil.replace(GagaStringUtil.replace(notiInfo.getNiContent(), "<", "<"), ">", ">"));
|
|
|
+// notiInfo.setNiContent(GagaStringUtil.replace(GagaStringUtil.replace(notiInfo.getNiContent(), "<", "<"), ">", ">"));
|
|
|
}
|
|
|
notiInfo.setRegNo(TsaSession.getInfo().getUserNo());
|
|
|
notiInfo.setUpdNo(TsaSession.getInfo().getUserNo());
|
|
|
@@ -1351,7 +1351,7 @@ public class TsaGoodsService {
|
|
|
if (index == 0) {
|
|
|
goodsDao.deleteGoodsNotiInfo(goods);
|
|
|
}
|
|
|
- goodsNotiInfo.setNiContent(GagaStringUtil.replace(GagaStringUtil.replace(goodsNotiInfo.getNiContent(), "<", "<"), ">", ">"));
|
|
|
+// goodsNotiInfo.setNiContent(GagaStringUtil.replace(GagaStringUtil.replace(goodsNotiInfo.getNiContent(), "<", "<"), ">", ">"));
|
|
|
goodsNotiInfo.setRegNo(goods.getRegNo());
|
|
|
goodsNotiInfo.setUpdNo(goods.getUpdNo());
|
|
|
goodsDao.saveGoodsNotiInfo(goodsNotiInfo);
|
|
|
@@ -1384,7 +1384,7 @@ public class TsaGoodsService {
|
|
|
regGoods.setSupplyCompCd(goods.getSupplyCompCd());
|
|
|
regGoods.setBrandCd(goods.getBrandCd());
|
|
|
regGoods.setItemkindCd(goods.getItemkindCd());
|
|
|
- regGoods.setGoodsNm(GagaStringUtil.replace(GagaStringUtil.replace(goods.getGoodsNm(), "<", "<"), ">", ">"));
|
|
|
+// regGoods.setGoodsNm(GagaStringUtil.replace(GagaStringUtil.replace(goods.getGoodsNm(), "<", "<"), ">", ">"));
|
|
|
regGoods.setStyleYear(goods.getStyleYear());
|
|
|
regGoods.setSeasonCd(goods.getSeasonCd());
|
|
|
regGoods.setSexGb(goods.getSexGb());
|
|
|
@@ -1465,7 +1465,7 @@ public class TsaGoodsService {
|
|
|
regGoods.setSupplyCompCd(goods.getSupplyCompCd());
|
|
|
regGoods.setBrandCd(goods.getBrandCd());
|
|
|
regGoods.setItemkindCd(goods.getItemkindCd());
|
|
|
- regGoods.setGoodsNm(GagaStringUtil.replace(GagaStringUtil.replace(goods.getGoodsNm(), "<", "<"), ">", ">"));
|
|
|
+// regGoods.setGoodsNm(GagaStringUtil.replace(GagaStringUtil.replace(goods.getGoodsNm(), "<", "<"), ">", ">"));
|
|
|
regGoods.setStyleYear(goods.getStyleYear());
|
|
|
regGoods.setSeasonCd(goods.getSeasonCd());
|
|
|
regGoods.setSexGb(goods.getSexGb());
|
|
|
@@ -1683,7 +1683,7 @@ public class TsaGoodsService {
|
|
|
throw new IllegalStateException(message.getMessage("FAIL_1001"));
|
|
|
}
|
|
|
|
|
|
- goodsTnmRes.setGoodsTnm(GagaStringUtil.replace(GagaStringUtil.replace(goodsTnmRes.getGoodsTnm(), "<", "<"), ">", ">"));
|
|
|
+// goodsTnmRes.setGoodsTnm(GagaStringUtil.replace(GagaStringUtil.replace(goodsTnmRes.getGoodsTnm(), "<", "<"), ">", ">"));
|
|
|
|
|
|
for (String goodsCd : goodsTnmRes.getArrGoodsCd()) {
|
|
|
|