@@ -136,6 +136,7 @@ public class PatrolInspectionEventServiceImpl extends AbstractCrudService<Patrol
jsonObject.addProperty("infoType",2);
jsonObject.addProperty("id",patrolInspectionEvent.getId());
remoteMceService.addMce(jsonObject.toString());
+
}
@Override