Merge remote-tracking branch 'origin/master'

This commit is contained in:
cuibaocheng 2021-09-15 16:53:58 +08:00
commit a69a12cf75

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>
<!-- 机构管理统计 --> <!-- 机构管理统计 -->