Commit 14f0ca3e authored by zhaobiyan's avatar zhaobiyan

会员积分列表新增城市字段

parent beda5d5f
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
ifnull(mus.expired_score, 0) as expiredScore, ifnull(mus.expired_score, 0) as expiredScore,
mu.create_time as createTime, mu.create_time as createTime,
rea.title_zh as cityNameZh, rea.title_zh as cityNameZh,
rea.title_en as cityNameEn, rea.title_en as cityNameEn
from member_user mu from member_user mu
left join member_user_score mus on mus.member_id = mu.id 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 re on re.id = mu.country
......
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