master #5

Merged
bichangxiong merged 16 commits from master into prod 2025-09-06 20:30:57 +08:00
Showing only changes of commit 4a3097e490 - Show all commits

View File

@@ -162,7 +162,7 @@ public class EnumFetcherServiceImpl implements EnumFetcherService {
new LambdaQueryWrapper<AttendanceUserGroup>()
.le(AttendanceUserGroup::getStartDate, today)
.ge(AttendanceUserGroup::getEndDate, today)
.eq(AttendanceUserGroup::getDeptId, serviceWorkOrdersType.getCreateDept())
.eq(AttendanceUserGroup::getDeptId, serviceWorkOrdersType.getDeptId())
);
if (CollUtil.isEmpty(attendanceUserGroups)) {