Commit ac914c25561fe76e4f5d7a248329d2ed50cca8e8
1 parent
d762fae7
修复bug
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/java/com/trash/casefile/kafka/Consumer.java
| ... | ... | @@ -136,7 +136,7 @@ public class Consumer { |
| 136 | 136 | //推送对象 |
| 137 | 137 | violationWarningInformation.setViolationGrade("一般类"); |
| 138 | 138 | //项目名称(工地名称,处理场所名称) |
| 139 | - | |
| 139 | + violationWarningInformation.setProjectName(siteName); | |
| 140 | 140 | violationWarningInformation.setSendObject("区管理部门"); |
| 141 | 141 | String describe = ""; |
| 142 | 142 | String alarmTimeString = DateFormatUtils.format(alarmTime,"HH:mm"); | ... | ... |