修改排序
This commit is contained in:
parent
267bcbbe26
commit
afb7988114
@ -415,7 +415,7 @@
|
||||
AND
|
||||
t1.institution_type = #{institutionType}
|
||||
</if>
|
||||
ORDER BY t1.gmt_create DESC
|
||||
ORDER BY t1.levels ASC
|
||||
</select>
|
||||
|
||||
<!-- 机构管理列表 -->
|
||||
@ -470,7 +470,7 @@
|
||||
AND
|
||||
t1.institution_type = #{institutionType}
|
||||
</if>
|
||||
ORDER BY t1.gmt_create DESC
|
||||
ORDER BY t1.levels ASC
|
||||
</select>
|
||||
|
||||
<!-- 机构管理统计 -->
|
||||
|
Loading…
Reference in New Issue
Block a user