|
@@ -1620,7 +1620,7 @@ public class TssGoodsService {
|
|
|
|
|
|
|
|
float pntPrate = 0f;
|
|
float pntPrate = 0f;
|
|
|
float pntMrate = 0f;
|
|
float pntMrate = 0f;
|
|
|
- float sellFeeRate = 0f;
|
|
|
|
|
|
|
+// float sellFeeRate = 0f;
|
|
|
String distributionGb = "G065_12";
|
|
String distributionGb = "G065_12";
|
|
|
|
|
|
|
|
for (Brand tmpBrand : brandList) {
|
|
for (Brand tmpBrand : brandList) {
|
|
@@ -1631,12 +1631,14 @@ public class TssGoodsService {
|
|
|
pntPrate = tmpBrand.getPntPrate20();
|
|
pntPrate = tmpBrand.getPntPrate20();
|
|
|
pntMrate = tmpBrand.getPntMrate20();
|
|
pntMrate = tmpBrand.getPntMrate20();
|
|
|
}
|
|
}
|
|
|
- sellFeeRate = tmpBrand.getSellFeeRate(); //판매수수료율
|
|
|
|
|
|
|
+// sellFeeRate = tmpBrand.getSellFeeRate(); //판매수수료율
|
|
|
distributionGb = tmpBrand.getDistributionGb(); //유통구분
|
|
distributionGb = tmpBrand.getDistributionGb(); //유통구분
|
|
|
}
|
|
}
|
|
|
goods.setPntPrate(pntPrate); // 포인트적립율(PC)
|
|
goods.setPntPrate(pntPrate); // 포인트적립율(PC)
|
|
|
goods.setPntMrate(pntMrate); // 포인트적립율(MOBILE)
|
|
goods.setPntMrate(pntMrate); // 포인트적립율(MOBILE)
|
|
|
|
|
|
|
|
|
|
+ //출고처 코드
|
|
|
|
|
+ goods.setDelvLocCd("DL001"); // 자사상품 출고처 코드 고정
|
|
|
// 업체코드 조회
|
|
// 업체코드 조회
|
|
|
Collection<Brand> brandSupplyList = businessService.getBrandSupplyList(goods.getBrandCd());
|
|
Collection<Brand> brandSupplyList = businessService.getBrandSupplyList(goods.getBrandCd());
|
|
|
String supplyCompCd = brandSupplyList.iterator().next().getSupplyCompCd();
|
|
String supplyCompCd = brandSupplyList.iterator().next().getSupplyCompCd();
|