From ae39b2de39bb529b4038e2ccb61a745578d111a8 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 18 三月 2026 09:19:25 +0800
Subject: [PATCH] 优化物料列表查询分类树形方法

---
 WebAPI/Controllers/CJGL/Cj_SingleStationController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
index 9cf6007..1e9d45d 100644
--- a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
@@ -435,7 +435,7 @@
                 }
                 else
                 {
-                    if (HProcID == "90")
+                    if (HProcID == "90" || HProcID== "102")
                     {
                         DataSet dataSet = oCN.RunProcReturn(@"exec h_p_Sc_ProcessExchangeBillList2 '" + HBarCode + "'," + HProcID, "h_p_Sc_ProcessExchangeBillList2");
                         if (dataSet.Tables[0].Rows.Count > 0)

--
Gitblit v1.9.1