From 340c6c02b720eaf73eb7fa0c368acff8e9942e50 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 15 三月 2024 11:19:48 +0800 Subject: [PATCH] Merge branch 'wxw' --- 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