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