heshaofeng
2026-02-05 6dbcd7df8e116cb83dbbd34d0acd6508f9b99991
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_InboundService/InboundOrderService.cs
@@ -996,7 +996,7 @@
            }
            var locationTypeDesc = _locationTypeRepository.Db.Queryable<Dt_LocationType>().Where(x => string.Equals(x.LocationTypeDesc, warehouseAreaName.Name, StringComparison.OrdinalIgnoreCase)).First();
            return WebResponseContent.Instance.OK(data:locationTypeDesc.LocationTypeDesc);
            return WebResponseContent.Instance.OK(data:locationTypeDesc.LocationType);
        }
        public WebResponseContent HandCloseOrder(List<string> orderNos)