更新部门排序
This commit is contained in:
parent
191a365f10
commit
8b6a6b3099
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user