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

修改用户等

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