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