|
|
|
|
@ -100,7 +100,7 @@ public class StorageMonitoringServiceImpl implements IStorageMonitoringService { |
|
|
|
|
// new LambdaQueryWrapper<Station>()
|
|
|
|
|
// .eq(Station::getStationStatus, Station.STATUS_FREE) // 筛选条件:站点状态为空闲
|
|
|
|
|
// );
|
|
|
|
|
List<StationVO> stationList = stationService.getStatusStationList(Station.STATUS_FREE, true,null, null, false); |
|
|
|
|
List<StationVO> stationList = stationService.getStatusStationList(Station.STATUS_FREE, true,null, Station.STATION_RECEIVE_ONLY, false); |
|
|
|
|
// 日志打印空闲站点数量,便于监控和问题排查
|
|
|
|
|
log.info("【仓储监控】定时任务执行 - 查询到空闲站点数量:{}", stationList == null ? 0 : stationList.size()); |
|
|
|
|
|
|
|
|
|
|