Commit 0eafd3321b0540d2e58ed3af72184c11593fb1e7
Merge branch 'pudong' of http://222.66.0.204:8090/panzhaov5/bsth_control into pudong
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
| ... | ... | @@ -536,7 +536,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ |
| 536 | 536 | //发送邮件 |
| 537 | 537 | EmailBean mail = new EmailBean(); |
| 538 | 538 | mail.setSubject(InetAddress.getLocalHost().getHostAddress()+":路单日志数据"+date); |
| 539 | - mail.setContent(logSuccess+"<br/>成功数:"+countSuccess+"<br/>" +logFailure+"<br/>失败数:"+countFailure); | |
| 539 | + mail.setContent("成功数:"+countSuccess+"<br/>失败数:"+countFailure+"<br/>" +logSuccess + "<br/>"+logFailure); | |
| 540 | 540 | sendEmailController.sendMail(emailSendToAddress, mail); |
| 541 | 541 | logger.info("setLD-sendMail:邮件发送成功!"); |
| 542 | 542 | }catch (Exception e){ | ... | ... |