Authored by mali

Merge branch 'hotfix_质检app' into test6.9.7

... ... @@ -802,7 +802,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(),skupTypeText,prdName,sizeName,productCode,orderCode,wayBillCode);
sendSmsService.smsSendByMobile(content, mobileList);
... ...