From dd733fe5e2169982f2355efea043597959dd3321 Mon Sep 17 00:00:00 2001 From: dy <2389062315@qq.com> Date: Sun, 27 Jul 2025 16:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=97=A0=E8=BF=94=E5=9B=9Ebu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/service/impl/AttendanceGroupServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceGroupServiceImpl.java b/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceGroupServiceImpl.java index da09c1a..1765c71 100644 --- a/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceGroupServiceImpl.java +++ b/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceGroupServiceImpl.java @@ -74,6 +74,7 @@ public class AttendanceGroupServiceImpl implements IAttendanceGroupService { List shifts = attendanceShiftMapper.selectList(Wrappers.lambdaQuery().in(AttendanceShift::getId, shiftIds)); //1.6将查询后的数据封装到attendanceGroupVo中 vo.setAttendanceList(shifts); + vo.setWeekList(weekSets); } else if(Objects.equals(attendanceType, SHIFTSCHEDULE)) { //2.排班制 //2.1根据id参数查询考勤周期表