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