1
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m42s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m42s
This commit is contained in:
@@ -146,10 +146,10 @@ public class AttendanceArrangementServiceImpl implements IAttendanceArrangementS
|
|||||||
vo.setAttendanceGroup(attendanceGroup);
|
vo.setAttendanceGroup(attendanceGroup);
|
||||||
|
|
||||||
//3.根据id查询区域信息
|
//3.根据id查询区域信息
|
||||||
Long areaId = vo.getAreaId();
|
// Long areaId = vo.getAreaId();
|
||||||
//根据区域id查询出区域的详细信息
|
//根据区域id查询出区域的详细信息
|
||||||
AttendanceArea attendanceArea = attendanceAreaMapper.selectById(areaId);
|
// AttendanceArea attendanceArea = attendanceAreaMapper.selectById(areaId);
|
||||||
vo.setAttendanceArea(attendanceArea);
|
// vo.setAttendanceArea(attendanceArea);
|
||||||
|
|
||||||
//4.查询班制信息
|
//4.查询班制信息
|
||||||
//判断当前考勤组的班制是固定班制还是排班制
|
//判断当前考勤组的班制是固定班制还是排班制
|
||||||
|
@@ -208,11 +208,11 @@ public class AttendanceUserGroupServiceImpl implements IAttendanceUserGroupServi
|
|||||||
vo.setAttendanceGroup(attendanceGroup);
|
vo.setAttendanceGroup(attendanceGroup);
|
||||||
|
|
||||||
|
|
||||||
//3.根据id查询区域信息
|
// //3.根据id查询区域信息
|
||||||
Long areaId = arrangement.getAreaId();
|
// Long areaId = arrangement.getAreaId();
|
||||||
//根据区域id查询出区域的详细信息
|
// //根据区域id查询出区域的详细信息
|
||||||
AttendanceArea attendanceArea = attendanceAreaMapper.selectById(areaId);
|
// AttendanceArea attendanceArea = attendanceAreaMapper.selectById(areaId);
|
||||||
vo.setAttendanceArea(attendanceArea);
|
// vo.setAttendanceArea(attendanceArea);
|
||||||
|
|
||||||
// 判断当前考勤组的班制是固定班制还是排班制
|
// 判断当前考勤组的班制是固定班制还是排班制
|
||||||
if (Objects.equals(attendanceGroup.getAttendanceType(), StatusConstant.FIXEDSCHEDULE)) {
|
if (Objects.equals(attendanceGroup.getAttendanceType(), StatusConstant.FIXEDSCHEDULE)) {
|
||||||
|
Reference in New Issue
Block a user