Commit 98c2e74c authored by zhaobiyan's avatar zhaobiyan

会员积分查询新增编码筛选

parent 928f6ae4
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<sql id="scoreCondition"> <sql id="scoreCondition">
<if test="query.key != null and query.key != ''"> <if test="query.key != null and query.key != ''">
and (mu.nickname like '%${query.key}%' or mu.mobile like '%${query.key}%') and (mu.nickname like '%${query.key}%' or mu.mobile like '%${query.key}%' or mu.code like '%${query.key}%')
</if> </if>
<if test="query.country != null"> <if test="query.country != null">
and mu.country = #{query.country} and mu.country = #{query.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