From 894f398c74611d6cb42fd0d4e17a41f9b5ab9db4 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 07 四月 2025 10:24:00 +0800
Subject: [PATCH] 检验项目参数和查询优化

---
 basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java b/basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java
index 14ee117..24e75db 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java
@@ -13,16 +13,13 @@
 */
 public interface StandardMethodListService extends IService<StandardMethodList> {
 
-    int addStandardMethodList(Integer standardId, String tree);
 
     Map<String, List<?>> selectsStandardMethodByFLSSM(String tree);
-
-    Map<String, List<?>> selectsStandardMethodByFLSSM2(String tree);
-
-    int delStandardMethodByFLSSM(Integer id);
 
     List<StandardMethodList> selectStandardMethodEnum();
 
     Integer getStandardMethodId(String code);
 
+    boolean existWorkShop(String tree);
+
 }

--
Gitblit v1.9.3