yangys
2024-04-28 258a769f6790f832d1c67839d59be04a118767e5
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]);