Commit 9a9ab593 authored by hanfeng's avatar hanfeng

修改根据用户token获取用户会员信息

parent 3fe8a3f7
......@@ -47,10 +47,9 @@
on
m.member_level =ml.level
where
m.user_id=#{userId}
and
m.is_del=0
m.user_id=#{userId}
and
m.is_del=0
limit 1
</select>
......
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