From db608cca0b264c5e1aa23d4b914988bdc66a7164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 10 Jan 2023 09:11:34 +0800 Subject: [PATCH] 'commit' --- FengHuang/src/main/resource/Sql/organization.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FengHuang/src/main/resource/Sql/organization.sql b/FengHuang/src/main/resource/Sql/organization.sql index a8d238d..09c0c27 100644 --- a/FengHuang/src/main/resource/Sql/organization.sql +++ b/FengHuang/src/main/resource/Sql/organization.sql @@ -84,7 +84,7 @@ -- 组织机构部门树 #sql("getOrgTreeByBureauId") - select org_id,org_name,(case when bureau_id=org_id then '-1' else parent_id end) as parent_id,bureau_id,department_type_id from t_base_organization where bureau_id=? + select org_id,org_name,(case when bureau_id=org_id then '-1' else parent_id end) as parent_id,bureau_id,school_type_id,department_type_id from t_base_organization where bureau_id=? and b_use=1 order by sort_id,update_ts #end