Commit 0b3f5019d3cc80aaf705458c94da9c2ab1909099
1 parent
189ea49f
路单日志发送邮件修改(防垃圾邮箱)
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
| ... | ... | @@ -507,7 +507,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ |
| 507 | 507 | counter = 0; |
| 508 | 508 | sf.append("</DLDS>"); |
| 509 | 509 | str = sf.toString().replace("'","");// 去掉'号 |
| 510 | - //results = ssop.setLD(userNameOther, passwordOther, StringEscapeUtils.unescapeHtml(str)); | |
| 510 | + results = ssop.setLD(userNameOther, passwordOther, StringEscapeUtils.unescapeHtml(str)); | |
| 511 | 511 | // 记录日志 |
| 512 | 512 | result = logRecord(results,logXlbmMap,logXlbmSuccessMap,logXlbmFailureMap,logSuccess,logFailure,str); |
| 513 | 513 | } |
| ... | ... | @@ -516,7 +516,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ |
| 516 | 516 | if(counter > 0){ |
| 517 | 517 | sf.append("</DLDS>"); |
| 518 | 518 | str = sf.toString().replace("'","");// 去掉'号 |
| 519 | - //results = ssop.setLD(userNameOther, passwordOther, StringEscapeUtils.unescapeHtml(str)); | |
| 519 | + results = ssop.setLD(userNameOther, passwordOther, StringEscapeUtils.unescapeHtml(str)); | |
| 520 | 520 | } |
| 521 | 521 | // 记录日志 |
| 522 | 522 | result = logRecord(results,logXlbmMap,logXlbmSuccessMap,logXlbmFailureMap,logSuccess,logFailure,str); | ... | ... |