collect/src/main/java/com/qianwen/mdc/collect/service/DeviceStateFixPointService.java
@@ -58,7 +58,7 @@ public void deviceStateFixPoint(DateTime dateTime, List<String> includeWorkstationIds) { List<DeviceState> result; Map<Long, WorkstationDTO> workStations = workstationCache.getWorkStations(); Map<Long, WorkstationDTO> workStations = workstationCache.getWorkstations(); if (ObjectUtil.isEmpty(workStations)) { return; } @@ -216,8 +216,6 @@ } } } private List<DeviceState> getDefaultShift24HourPointDTOS(Long workStationId, String calendarCode, CalendarShiftInfoDTO shift) {