...
|
...
|
@@ -787,7 +787,7 @@ public class InBoxFacade { |
|
|
}else if(type==3){
|
|
|
sms = InboxBusinessTypeEnum.SMS_NOTICE_SELLER_WHEN_EXPRESS_MINI_FAULT_UN_ACCEPT_OUT_TIME;
|
|
|
}else if(type==4){
|
|
|
sms = InboxBusinessTypeEnum.SMS_NOTICE_SELLER_WHEN_EXPRESS_MINI_FAULT_UN_ACCEPT_OUT_TIME;
|
|
|
sms = InboxBusinessTypeEnum.SMS_NOTICE_SELLER_SHAM_SEND_OUT; // 虚假发货(客服取消),寄回
|
|
|
}
|
|
|
String content = getReplacedContent(sms.getContent(),prdName,sizeName,productCode,orderCode,wayBillCode);
|
|
|
sendSmsService.smsSendByMobile(content, mobileList);
|
...
|
...
|
|