Commit 65bdde1e authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent 4cb1a130
...@@ -120,25 +120,25 @@ public class AttendanceRecordHikEntity extends AttendanceRecordHikVo { ...@@ -120,25 +120,25 @@ public class AttendanceRecordHikEntity extends AttendanceRecordHikVo {
public void initAttrValue(){ public void initAttrValue(){
this.staffId = -1L; this.staffId = 0L;
this.staffName = ""; this.staffName = "";
this.workNum = ""; this.workNum = "";
this.deptId = -1L; this.deptId = 0L;
this.deptName = ""; this.deptName = "";
this.positionId = -1L; this.positionId = 0L;
this.positionName = ""; this.positionName = "";
this.attendanceGroupId = -1L; this.attendanceGroupId = 0L;
this.attendanceGroupName = ""; this.attendanceGroupName = "";
this.shiftsId = -1L; this.shiftsId = 0L;
this.shiftsName = ""; this.shiftsName = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment