@@ -30,7 +30,7 @@
</if>
GROUP BY A.CUST_ID
<if test="sortType == 1 ">
- ORDER BY A.ID
+ ORDER BY custId
<if test="sortType == 2 ">
ORDER BY repalBillCount ASC
@@ -45,7 +45,7 @@
ORDER BY totalMoney DESC
<if test="sortType == 6 or sortType == null">
- ORDER BY A.ID DESC
+ ORDER BY custId DESC
</select>
</mapper>