From 1e31ba969833df0506be39fa54b4e5fc5930e00c Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 02 四月 2026 17:32:34 +0800
Subject: [PATCH] 1

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs
index 89f1c40..d7948eb 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs
@@ -102,10 +102,6 @@
             {
                 locationStatus = x => x.LocationInfo.LocationStatus == Convert.ToInt32(item.Value);
             }
-            else if (item.Name.Contains("floor"))
-            {
-                floor = x => x.LocationInfo.Floor.Contains(item.Value);
-            }
             else if (item.Name.Contains("areaId"))
             {
                 areaId = x => x.LocationInfo.AreaId == Convert.ToInt32(item.Value);

--
Gitblit v1.9.3