yuyou_x
2024-03-16 964db60bb3d2e9a0a695b71554a98765e900732a
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))
            {