Commit eba16f0e authored by 赵啸非's avatar 赵啸非

修改用户等

parent 2ca85322
...@@ -195,14 +195,14 @@ public class CheckAttendRecordEntity extends CheckAttendRecordVo { ...@@ -195,14 +195,14 @@ public class CheckAttendRecordEntity extends CheckAttendRecordVo {
this.deptName = ""; this.deptName = "";
this.attendanceGroupId = 0L; this.attendanceGroupId = 0L;
this.attendanceGroupName = ""; this.attendanceGroupName = "";
this.attendanceDate = new Date(); this.attendanceDate = null;
this.ruleId = 0L; this.ruleId = 0L;
this.ruleName = ""; this.ruleName = "";
this.subAddType = 1; this.subAddType = 1;
this.score = BigDecimal.ZERO; this.score = BigDecimal.ZERO;
this.goOffTimeStr = ""; this.goOffTimeStr = "";
this.errorTime = new Date(); this.errorTime = new Date();
this.actualAttendTime = new Date(); this.actualAttendTime =null;
this.errorResult = ""; this.errorResult = "";
this.checkPerson = ""; this.checkPerson = "";
this.checkTime = new Date(); this.checkTime = new Date();
......
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