修改排序

This commit is contained in:
wans 2021-09-07 18:00:41 +08:00
parent ba21b04d3e
commit 1594eda18f

View File

@ -359,7 +359,7 @@
AND
t1.institution_type = #{institutionType}
</if>
ORDER BY t1.gmt_create DESC
ORDER BY t1.levels ASC
</select>
<!-- 机构管理列表 -->