部门代码调整

This commit is contained in:
2022-11-29 15:37:12 +08:00
parent 480fd9dbb6
commit af68a790d8
2 changed files with 3 additions and 7 deletions

View File

@@ -158,7 +158,7 @@
<select id="allDeptList" resultType="PvTerminalTreeVO">
select id,name,pid, 0 as level from sys_dept where type = 0 and state = 1 order by sort
select id,name,pid,code from sys_dept where state = 1 order by sort
</select>