Commit 7bd59df5 authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent b7b9e290
......@@ -129,6 +129,9 @@ public class AttendanceRecordHikServiceImpl extends AbstractCRUDServiceImpl<Atte
String week = this.getWeek(attendanceDate1);
//log.info("week:{}", week);
//通过考勤日期的星期拿到班次id.
if(ObjectUtils.isEmpty(attendanceGroupFixedworkEntity)){
log.info("attendanceGroupFixedworkEntity is null ! groupId:{}",attendanceGroupEntity.getId());
}
Long weekClassId = this.getWeekClassId(attendanceGroupFixedworkEntity, week);
//log.info("weekClassId:{}", weekClassId);
//weekClassId为-1 则不在考勤
......
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