修改排序

This commit is contained in:
wans 2021-09-15 11:29:13 +08:00
parent 267bcbbe26
commit afb7988114

View File

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