Bladeren bron

'修改MQ中消息类型名称'

james 10 maanden geleden
bovenliggende
commit
1bfd6a76f1

+ 1 - 1
service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/PatrolInspectionAttendanceServiceImpl.java

@@ -157,7 +157,7 @@ public class PatrolInspectionAttendanceServiceImpl extends AbstractCrudService<P
         }else {
             eventCode=32;
         }
-        jsonObj.put("eventCode", eventCode);
+        jsonObj.put("eventType", eventCode);
         jsonObj.put("name", SecurityUtils.getUsername());
         jsonObj.put("certifiedNo", patrolInspectionAttendance.getIdentificationNumber());