|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
</if>
|
|
|
|
|
sys_name is null and dict_status = 1) and dict_status = 1
|
|
|
|
|
UNION ALL
|
|
|
|
|
select 3 as level,power_dept.dict_id parent_id,dept_name name,dept_name new_name,null
|
|
|
|
|
select DISTINCT 3 as level,power_dept.dict_id parent_id,dept_name name,dept_name new_name,null
|
|
|
|
|
sys_flag,power_dept.dept_id,null as self_id,null as tel,null as real_name from power_dept
|
|
|
|
|
<if test="key != null and key != ''">
|
|
|
|
|
INNER JOIN power_user on FIND_IN_SET(power_dept.dept_id,power_user.dept_id) and power_user.effective = 1 and
|
|
|
|
|