wanshenmean
2 天以前 0b2869539598059704e1d208e2bcb18603b0fe0f
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())
                {