Commit c594f82f authored by ma's avatar ma

调整报警邮件格式

parent 67daf77a
...@@ -108,7 +108,7 @@ public class ReportServiceImpl implements ReportService { ...@@ -108,7 +108,7 @@ public class ReportServiceImpl implements ReportService {
String sn = reportStatsVO.getSn(); String sn = reportStatsVO.getSn();
if (deviceErrorCnt != 0) { if (deviceErrorCnt != 0) {
deviceErrorFlag = true; deviceErrorFlag = true;
deviceStr.append("<p>").append("设备 ").append(sn).append(": ").append(deviceErrorCnt).append("条;</p></br>"); deviceStr.append("<p>").append("设备 ").append(sn).append(": ").append(deviceErrorCnt).append("条;</p>");
} }
} }
if (systemErrorTotal != 0 && deviceErrorFlag) { if (systemErrorTotal != 0 && deviceErrorFlag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment