Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -187,7 +187,7 @@ public class ConFileEmailUtil { | ... | @@ -187,7 +187,7 @@ public class ConFileEmailUtil { |
| 187 | //设置邮件标题 | 187 | //设置邮件标题 |
| 188 | mailConfigDto.setSubject("推送预清关文件"); | 188 | mailConfigDto.setSubject("推送预清关文件"); |
| 189 | //设置邮件内容 | 189 | //设置邮件内容 |
| 190 | - portFileDto.setShipperEmail(emailAddress); | 190 | + //portFileDto.setShipperEmail(emailAddress); |
| 191 | String body = this.generateContent("zelong.shao@erry.com", propertiesConfig.getEmailAccount(), portFileDto, conPushEmail.getBizCode()); | 191 | String body = this.generateContent("zelong.shao@erry.com", propertiesConfig.getEmailAccount(), portFileDto, conPushEmail.getBizCode()); |
| 192 | mailConfigDto.setContent(body); | 192 | mailConfigDto.setContent(body); |
| 193 | //放入文件列表 | 193 | //放入文件列表 | ... | ... |
-
Please register or login to post a comment