فهرست منبع

Merge branch 'usky-zyj' of uskycloud/usky-modules into server-165

James 10 ماه پیش
والد
کامیت
66cecfcb73

+ 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());