Wms/WMS.BLL/DataServer/StockServer.cs
@@ -152,10 +152,6 @@ { str += " and detail.LotNo like @lotno"; } if (!string.IsNullOrEmpty(skuNo) && string.IsNullOrEmpty(lotNo)) { str += " and detail.LotNo = ''"; } //判断储位地址是否为空 if (!string.IsNullOrEmpty(locatNo)) {