|
|
@ -343,8 +343,8 @@ public class DcEventImportantFileServiceImpl implements IDcEventImportantFileSer |
|
|
|
if (StringUtils.isNotEmpty(dcEventImportant.getTakeSteps())) { |
|
|
|
content += "已采取的措施:" + dcEventImportant.getTakeSteps() + "。"; |
|
|
|
} |
|
|
|
if (StringUtils.isNotEmpty(dcEventImportant.getTakeSteps())) { |
|
|
|
content += "在" + dcEventImportant.getTakeSteps() + "进行分流。"; |
|
|
|
if (StringUtils.isNotEmpty(dcEventImportant.getDiversionPoint())) { |
|
|
|
content += "在" + dcEventImportant.getDiversionPoint() + "进行分流。"; |
|
|
|
} |
|
|
|
|
|
|
|
if (dcEventImportant.getBoardStatus() == 1) { |
|
|
|