From 1fa35230344cbc98d02f612635aee38698d40df3 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Sat, 14 Sep 2024 10:31:43 +0800
Subject: [PATCH] 回退上报流程bug修复
---
dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/dao/mapper/xml/SyCauseMapper.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/dao/mapper/xml/SyCauseMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/dao/mapper/xml/SyCauseMapper.xml
index ef0b8f0..527321c 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/dao/mapper/xml/SyCauseMapper.xml
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/dao/mapper/xml/SyCauseMapper.xml
@@ -5,7 +5,7 @@
* @description: 自定义sql,请自行实现业务逻辑
* @company: hugeinfo
* @author: liyj
- * @time:2024-08-28 20:06:20
+ * @time:2024-09-09 14:31:21
* @version 1.0.0
-->
<mapper namespace="cn.huge.module.kind.dao.mapper.SyCauseMapper">
@@ -136,4 +136,10 @@
limit #{page.offset}, #{page.size}
</select>
+ <!-- 查询js树形结构 -->
+ <select id="listSelectJS" resultType="cn.huge.module.kind.domain.dto.CauseSelectJSDTO">
+ SELECT id AS value, name AS label, parent_id AS parentId
+ FROM dyh_sy_cause
+ order by level
+ </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0