mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加考勤id
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user