Commit 2b93bf94 authored by zhangfeng's avatar zhangfeng

获得会员积分分页获得城市异常

parent 9c784d18
......@@ -20,7 +20,7 @@
from member_user mu
left join member_user_score mus on mus.member_id = mu.id
left join ecw_region re on re.id = mu.country
left join ecw_region rea on re.id = mu.city
left join ecw_region rea on rea.id = mu.city
where 1 = 1
<include refid="scoreCondition"/>
order by mu.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment