From 0dadc3bdd5b21fcf06f20e0d9e4074df870ed930 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 15 三月 2024 11:19:14 +0800 Subject: [PATCH] 问题修改 --- Wms/WMS.BLL/DataServer/StockServer.cs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/Wms/WMS.BLL/DataServer/StockServer.cs b/Wms/WMS.BLL/DataServer/StockServer.cs index 99a4ebd..6c0ff69 100644 --- a/Wms/WMS.BLL/DataServer/StockServer.cs +++ b/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)) { -- Gitblit v1.8.0