@@ -171,7 +171,7 @@
</where> ) t
<if test="column != null and column != '' and order != null and order != ''">
<choose>
- <when test="inspectCollegeName != null and inspectCollegeName != ''">
+ <when test="column != null and column == 'inspectCollegeName'">
order by t.${column} ${order},t.teacherRank ${order}
</when>
<otherwise>