修改bug41426
This commit is contained in:
+1
-1
@@ -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("邮件发送失败!");
|
||||
|
||||
Reference in New Issue
Block a user