|
@@ -454,6 +454,9 @@ public class TscOrderOcmService {
|
|
|
int dtlCnt = orderDetailList.size();
|
|
int dtlCnt = orderDetailList.size();
|
|
|
int succCnt = 0;
|
|
int succCnt = 0;
|
|
|
int stockFailCnt = 0;
|
|
int stockFailCnt = 0;
|
|
|
|
|
+
|
|
|
|
|
+ failGoodsAdmMsg += "\n쇼핑몰주문번호: "+order.getExtmallOrderId();
|
|
|
|
|
+ failGoodsAdmMsg += "\n샵링커주문번호: ";
|
|
|
for (ExtmallOrder orderDetail : orderDetailList) {
|
|
for (ExtmallOrder orderDetail : orderDetailList) {
|
|
|
|
|
|
|
|
GagaMap resultMap = this.checkGoodsInfo(orderDetail);
|
|
GagaMap resultMap = this.checkGoodsInfo(orderDetail);
|
|
@@ -467,7 +470,8 @@ public class TscOrderOcmService {
|
|
|
// 알림톡 발송 할 목록
|
|
// 알림톡 발송 할 목록
|
|
|
if("Y".equals(resultMap.get("sendNotiYn"))){
|
|
if("Y".equals(resultMap.get("sendNotiYn"))){
|
|
|
failGoods += resultMap.get("goodsNm") + ",";
|
|
failGoods += resultMap.get("goodsNm") + ",";
|
|
|
- failGoodsAdmMsg += "\n"+resultMap.get("goodsNm")+"("+resultMap.get("optCd")+ "),";
|
|
|
|
|
|
|
+ failGoodsAdmMsg += orderDetail.getAgentOrderId()+" ,";
|
|
|
|
|
+ //failGoodsAdmMsg += "\n상품:"+resultMap.get("goodsNm")+"("+resultMap.get("optCd")+ "),";
|
|
|
stockFailCnt ++;
|
|
stockFailCnt ++;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|