From 540880b7b9a49b9a3debf23cb6b51739474969f3 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 一月 2023 12:25:11 +0800
Subject: [PATCH] 设备点检标准、保养标准关联工作站接口去掉最后过滤条件

---
 VueWebApi/DLL/BLL/ProductionManagementBLL.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
index 7dec2da..2949b01 100644
--- a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -90,6 +90,12 @@
         }
         #endregion
 
+        #region[MES宸ュ崟宸ュ簭浠诲姟鏌ョ湅SOP,鑾峰彇SOP鏂囦欢涓嬫媺鍒楄〃]
+        public static ToMessage SearchWorkStepSopList(string partcode, string routecode,string stepcode)
+        {
+            return ProductionManagementDAL.SearchWorkStepSopList(partcode,routecode,stepcode);
+        }
+        #endregion
 
 
 

--
Gitblit v1.9.3