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