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