@@ -731,7 +731,7 @@
</if>
</where>
<if test="orderBy!=null and orderBy!=''">
- order by a.${orderBy}
+ order by t.${orderBy}
<if test="isAsc!=null and isAsc!=''">
<if test="isAsc == '1'.toString()">