wanshenmean
4 天以前 c4c82824f408176298d48aea46056010a1674401
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())
                {