|
@ -172,7 +172,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
<if test="customerId != null and customerId != ''"> |
|
|
<if test="customerId != null and customerId != ''"> |
|
|
u.CUSTOMER_ID = #{customerId} |
|
|
AND u.CUSTOMER_ID = #{customerId} |
|
|
</if> |
|
|
</if> |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
u.point_total DESC,convert(u.user_name using gbk) ASC |
|
|
u.point_total DESC,convert(u.user_name using gbk) ASC |
|
|