物流改写

liweidong
绫Umbrella 2 weeks ago
parent aba91fdca8
commit 3738c51db5
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/logistics/service/impl/StorageMonitoringServiceImpl.java

@ -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());

Loading…
Cancel
Save