|
|
@ -15,7 +15,7 @@ |
|
|
|
AND all_parent_ids LIKE CONCAT('%',#{agencyId},'%') |
|
|
|
ORDER BY |
|
|
|
point_total DESC, |
|
|
|
user_name |
|
|
|
convert(user_name using gbk) ASC |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
@ -129,7 +129,7 @@ |
|
|
|
and scg.AREA_CODE like CONCAT(#{areaCode},'%') |
|
|
|
ORDER BY |
|
|
|
m.POINT_TOTAL DESC, |
|
|
|
m.user_name |
|
|
|
convert(m.user_name using gbk) ASC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectAgencyResiPointListWithoutPartyMem" |
|
|
@ -169,7 +169,7 @@ |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
ORDER BY |
|
|
|
u.point_total DESC |
|
|
|
u.point_total DESC,convert(u.user_name using gbk) ASC |
|
|
|
LIMIT #{topNum} |
|
|
|
</select> |
|
|
|
|
|
|
|