| | |
| | | /** |
| | | * 加入固定点,原workStationStateFixPoint |
| | | * @param dateTime 打固定点的日期 |
| | | * @param includeWorkstationIds |
| | | * @param includeWorkstationIds 指定打固定点的工位id,全都打点传null |
| | | */ |
| | | 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; |
| | | } |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | private List<DeviceState> getDefaultShift24HourPointDTOS(Long workStationId, String calendarCode, CalendarShiftInfoDTO shift) { |