Prechádzať zdrojové kódy

Merge branch 'han' into server-165

james 4 mesiacov pred
rodič
commit
be20990a04

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

@@ -136,6 +136,7 @@ public class PatrolInspectionEventServiceImpl extends AbstractCrudService<Patrol
         jsonObject.addProperty("infoTitle", patrolInspectionEvent.getEventName());
         jsonObject.addProperty("infoContent",eventTypeName);
         jsonObject.addProperty("infoType",2);
+        jsonObject.addProperty("userName",SecurityUtils.getUsername());
         jsonObject.addProperty("id",patrolInspectionEvent.getId());
         remoteMceService.addMce(jsonObject.toString());