|
@@ -134,6 +134,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());
|
|
|
|