Commit f52a2a01 authored by liwei's avatar liwei

修改了会员热度查询

parent 9484fa03
......@@ -748,6 +748,8 @@
select *
from mem_info mi
where 1=1
and mi.del_flag = '0'
and mi.user_id != 1
<if test="entity.memCode !=null and entity.memCode != '' ">
and mi.mem_code = #{entity.memCode}
</if>
......
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