|
|
@@ -85,7 +85,7 @@ public class MsgCallHelper { |
|
|
|
mcr.setSubmitKey(data.getResult()); |
|
|
|
mcr.setBizType(bizType); |
|
|
|
mcr.setSubmitType(SubmitTypeEnum.SMS); |
|
|
|
mcr.setSendStatus(errorPhones.contains(w) ? SendStatus.SUCCESS : SendStatus.FAILED); |
|
|
|
mcr.setSendStatus(errorPhones.contains(w) ? SendStatus.FAILED : SendStatus.SUCCESS); |
|
|
|
buildReplyStatusBySend(mcr, bizType); |
|
|
|
return mcr; |
|
|
|
}).collect(Collectors.toList()); |
|
|
|