Authored by mali

质检app增加虚假发货 寄回的场景

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