From 5355f421c7471f8ee7f1103e30229e5dbab1ea5f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 24 四月 2026 13:10:08 +0800
Subject: [PATCH] 标准库:查看新增和更新人信息2

---
 basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java b/basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java
index 499d73b..75f13d9 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java
@@ -42,6 +42,12 @@
         return Result.success(standardTreeService.selectStandardTreeList());
     }
 
+    @ApiOperation(value = "鏍规嵁id鑾峰彇鏍囧噯鏍�")
+    @GetMapping("/selectStandardTreeById/{standardTreeId}")
+    public Result selectStandardTreeById(@PathVariable(value = "standardTreeId") Integer standardTreeId) {
+        return Result.success(standardTreeService.selectStandardTreeById(standardTreeId));
+    }
+
     @ApiOperation(value = "鑾峰彇鏍囧噯鏍�(妫�楠屼笅鍗�)")
     @GetMapping("/selectStandardTreeList2")
     public Result selectStandardTreeList2() {
@@ -94,6 +100,12 @@
         return Result.success(standardProductListService.selectStandardProductListByMethodId(id, tree));
     }
 
+    @ApiOperation(value = "閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩�")
+    @GetMapping("/buildStandardProductListNoDrag")
+    public Result selectStandardProductListByMethodId1(Integer id, String tree) {
+        return Result.success(standardProductListService.buildStandardProductListNoDrag(id, tree));
+    }
+
     @ApiOperation(value = "鎵归噺鏌ヨ妫�楠岄」鐩�")
     @GetMapping("/selectStandardProductByMethodId")
     public Result selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items) {

--
Gitblit v1.9.3