From 964db60bb3d2e9a0a695b71554a98765e900732a Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期六, 16 三月 2024 10:58:34 +0800
Subject: [PATCH] Merge branch 'yyk'

---
 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