Commit f296f3c0 authored by unset's avatar unset

修改banner接口

parent 6dbf91d9
...@@ -241,10 +241,10 @@ ...@@ -241,10 +241,10 @@
</choose> </choose>
</if> </if>
<if test="realName !=null and realName != ''"> <if test="realName !=null and realName != ''">
and d.realname like CONCAT('%',#{realName},'%') and (d.realname like CONCAT('%',#{realName},'%') or d.nickname like CONCAT('%',#{realName},'%'))
</if> </if>
<if test="nickname !=null and nickname != ''"> <if test="nickname !=null and nickname != ''">
and d.nickname, like CONCAT('%',#{nickname},'%') and d.nickname like CONCAT('%',#{nickname},'%')
</if> </if>
<if test="citySet != null and citySet.size > 0 "> <if test="citySet != null and citySet.size > 0 ">
and d.city_code in and d.city_code in
......
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