...
|
...
|
@@ -1659,7 +1659,7 @@ public class InBoxFacade { |
|
|
if(autoReSellFlag){
|
|
|
sms=InboxBusinessTypeEnum.SMS_CANCELED_AUTO_RESELL_BY_BUYER_AFTER_PAID;
|
|
|
}
|
|
|
String content= getReplacedContent(sms.getContent(),skupTypeText,orderCode,prdName,sizeName,productCode);
|
|
|
String content= getReplacedContent(sms.getContent(),orderCode,skupTypeText,prdName,sizeName,productCode);
|
|
|
sendSmsService.smsSendByMobile(content,mobileList);
|
|
|
logger.info("record buyerCancelBeforeSellerDeliver inbox sms msg, sellerUid {}, orderCode {},prdName {} ,sizeName {} ,productCode {}",
|
|
|
sellerUid, orderCode, prdName,sizeName,productCode);
|
...
|
...
|
|