技术监督管理

This commit is contained in:
2023-06-28 15:58:46 +08:00
parent 2eb2a41744
commit 970cd5b3dd
20 changed files with 765 additions and 47 deletions

View File

@@ -166,7 +166,7 @@
<select id="allDeptList" resultType="PvTerminalTreeVO">
select id,name,pid,code from sys_dept where state = 1 order by sort
select id,name,pid,pids,code from sys_dept where state = 1 order by sort
</select>