Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a69a12cf75
@ -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>
|
||||||
|
|
||||||
<!-- 机构管理统计 -->
|
<!-- 机构管理统计 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user