添加考勤id

This commit is contained in:
2024-08-29 21:47:17 +08:00
parent 1c7a752749
commit 0d5fd58970

View File

@@ -98,6 +98,7 @@ public class EmpMonthAttendanceEntity extends OrgCommonEntity {
public Map<String, Object> toCtxMap() {
Map<String, Object> map = new HashMap<>();
map.put("monthAttendanceId", this.getId());
map.put("fullAttendance", fullAttendance);
map.put("fullWork", fullWork);
map.put("shouldAttendanceDays", shouldAttendanceDays);