From d5420a8fef6d680e5bdce86b36cb8e90d7e22419 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期六, 16 八月 2025 09:49:25 +0800 Subject: [PATCH] 安灯发起-工单-飞书发送消息(一级响应/二级响应/三级响应) 飞书安灯消息模板相关代码 --- src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml b/src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml index 40e5d7e..866df2f 100644 --- a/src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml +++ b/src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml @@ -72,14 +72,4 @@ </foreach> and del_flag='0' </select> - - <select id="getDepartTreeByParentId" parameterType="String" resultType="org.jeecg.common.system.vo.SelectTreeModel"> - select - id as "key", - depart_name as "title", - parent_id as parentId - from sys_depart - where parent_id = #{parentId} - and del_flag='0' - </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3