yangys
2024-04-23 13bb0593d4d510c0d4fa7a356fba89db0135e67a
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/impl/ShiftDetailServiceImpl.java
@@ -47,7 +47,7 @@
        }).collect(Collectors.toList());
    }
    @Override // org.springblade.modules.cps.service.IShiftDetailService
    @Override
    public List<ShiftInfoDTO> getShiftInfoDtoList(List<Long> workstationIdList, LocalDate startDay, LocalDate endDay) {
        List<ShiftInfoDTO> calendarCodeShiftDTOList = this.calendarService.listShiftInfo(workstationIdList, startDay, endDay);
        String message1 = MessageUtils.message("calendar.shift.shift1", new Object[0]);