项目代码/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs
@@ -25,7 +25,9 @@ { public partial class LocationInfoService { /// <summary> /// 鍒嗛厤璐т綅 /// </summary> public Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId, string beRelocationCode = "", int heightType = 0) { Dt_Warehouse warehouse = _basicRepository.WarehouseRepository.QueryFirst(x => x.WarehouseId == warehouseId);