|
|
@@ -92,6 +92,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="registerCode != null and registerCode != '' ">and register_code = #{registerCode}</if>
|
|
|
<if test="source != null and source != '' ">and source = #{source}</if>
|
|
|
<if test="isShow != null ">and is_show = #{isShow}</if>
|
|
|
+ <if test="keywords != null and keywords != ''">
|
|
|
+ AND (fs_user.nick_name LIKE concat( #{keywords},'%')
|
|
|
+ or fs_user.phone = #{keywords}
|
|
|
+ or fs_user.user_id = #{keywords}
|
|
|
+ )
|
|
|
+ </if>
|
|
|
<!--<if test="qwRepeat != null ">and qw_repeat = #{qwRepeat}</if>
|
|
|
<if test="userRepeat != null ">and user_repeat = #{userRepeat}</if>-->
|
|
|
<!-- <if test="payOrder != null ">and pay_order = #{payOrder}</if>-->
|