From 1ac0d92fc65b6e1524b172af4adffbf8974e467b Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Mon, 28 Oct 2024 08:00:17 +0800
Subject: [PATCH] 1、新功能优化

---
 dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java b/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java
index 32ccd26..79fcaf9 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java
@@ -23,7 +23,7 @@
  * @description: 纠纷类型表接口api-web端
  * @company: hugeinfo
  * @author: liyj
- * @time: 2024-08-28 20:06:20
+ * @time: 2024-09-09 14:31:21
  * @version: 1.0.0
  */
 @Slf4j
@@ -167,4 +167,18 @@
         }
     }
 
+    /**
+     * 获取纠纷类型的树形结构
+     * @url {ctx}/api/web/syCause/listSelectJS
+     * @return Object
+     */
+    @GetMapping("/listSelectJS")
+    public Object listSelectJS() {
+        try {
+            return ReturnSucUtils.getRepInfo(service.listSelectJS());
+        } catch (Exception e) {
+            return ReturnFailUtils.getRepInfo();
+        }
+    }
+
 }

--
Gitblit v1.8.0