更新部门排序

This commit is contained in:
panshuling321 2022-06-10 16:22:21 +08:00
parent 191a365f10
commit 8b6a6b3099

View File

@ -43,6 +43,7 @@
and parent_dept_id is null
</otherwise>
</choose>
order by sort desc
</select>
@ -63,6 +64,7 @@
and parent_dept_id is null
</otherwise>
</choose>
order by sort desc
</select>