更新部门排序

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