This commit is contained in:
parent
ff7bf241cb
commit
dd733fe5e2
@ -74,6 +74,7 @@ public class AttendanceGroupServiceImpl implements IAttendanceGroupService {
|
|||||||
List<AttendanceShift> shifts = attendanceShiftMapper.selectList(Wrappers.<AttendanceShift>lambdaQuery().in(AttendanceShift::getId, shiftIds));
|
List<AttendanceShift> shifts = attendanceShiftMapper.selectList(Wrappers.<AttendanceShift>lambdaQuery().in(AttendanceShift::getId, shiftIds));
|
||||||
//1.6将查询后的数据封装到attendanceGroupVo中
|
//1.6将查询后的数据封装到attendanceGroupVo中
|
||||||
vo.setAttendanceList(shifts);
|
vo.setAttendanceList(shifts);
|
||||||
|
vo.setWeekList(weekSets);
|
||||||
} else if(Objects.equals(attendanceType, SHIFTSCHEDULE)) {
|
} else if(Objects.equals(attendanceType, SHIFTSCHEDULE)) {
|
||||||
//2.排班制
|
//2.排班制
|
||||||
//2.1根据id参数查询考勤周期表
|
//2.1根据id参数查询考勤周期表
|
||||||
|
Loading…
Reference in New Issue
Block a user