Code/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/WCS/TaskService_AutoOutbound.cs
@@ -23,7 +23,7 @@ // 1. 查询到期库存 var expiredStocks = await _stockInfoService.Repository .QueryDataNavAsync(s => s.OutboundDate <= DateTime.Now && s.StockStatus == StockStatusEmun.入库完成.GetHashCode()); && s.StockStatus == StockStatusEmun.入库完成.GetHashCode() && s.WarehouseId != 3); if (expiredStocks == null || !expiredStocks.Any()) {