update 工作组-资料分发 邮件发送失败提示语
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ public class PayWorkingGroupDistributionRecordServiceImpl extends ServiceImpl<Pa
|
||||
sendMessageService.SendMessageService(sendMessageDTO);
|
||||
}catch (Exception e){
|
||||
if(e.getMessage().contains("邮件发送") && !listMsg.contains(p.getName() + "邮件发送失败")){
|
||||
listMsg.add(p.getName() + "邮件发送失败");
|
||||
listMsg.add(p.getCompanyName()+"-"+p.getName() + "邮件发送失败");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user