修改bug41426

This commit is contained in:
梁琦涛
2021-11-02 11:12:17 +08:00
parent e606cea567
commit 25d1a0434a
@@ -110,7 +110,7 @@ public class PayWorkingGroupDataFileServiceImpl extends ServiceImpl<PayWorkingGr
String fromEmailPasswordNew = PasswordUtil.decrypt(fromEmailPassword);
EmailSendMsgHandle emailHandle = new EmailSendMsgHandle(fromEmailNew,fromEmailPasswordNew);
String email = PasswordUtil.decrypt(payContactsManagement.getEmail());
emailHandle.SendMsgAndFile(email,"","",listFile);
emailHandle.SendMsgAndFile(email,"资料","文件",listFile);
}catch (Exception e){
log.error("邮件发送异常",e);
throw new JeroBootException("邮件发送失败!");