1
yangpeixing
2026-01-22 16de8df813307d46a35f4816e5810350d26dd676
WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Base/LocationInfoService.cs
@@ -327,7 +327,7 @@
                            .Where(y => y.LocationCode == x.LocationCode && y.OrderStatus == InOrderStatusEnum.未开始.ObjToInt())
                            .First();
                        if (returnOrder == null)
                        if (returnOrder != null)
                        {
                            continue;
                        }