Commit 7695c7fe authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 97add7b4 98be2744
......@@ -187,7 +187,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 考勤汇总-溜班(次)
*/
@Excel(name = "考勤汇总-溜班")
@Excel(name = "考勤汇总-溜班/早退")
private Integer overtimeTimes;
/**
* 考勤汇总-空岗
......
......@@ -184,7 +184,7 @@ public class AttendanceLeaveRecordServiceImpl extends AbstractCRUDServiceImpl<At
AttendanceSummaryQuery query = new AttendanceSummaryQuery();
query.setSummaryTimeEnd(DateUtils.getStrDate(entity.getEndTime()));
query.setSummaryTimeStart(DateUtils.getStrDate(entity.getStartTime()));
query.setStaffId(entity.getStaffId());
query.setStaffId(entity.getLeavePersonId());
cacheService.lpush(KEY_ATTENDANCE_STAT_CACHE, query);
/* AddAttendThread addAttendThread = new AddAttendThread(hikService, attendanceRecordHikQuery, context);
ThreadPool.getInstance().execute(addAttendThread);*/
......
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