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