|
|
|
@@ -474,14 +474,14 @@ |
|
|
|
select id from wx_merchant_b_user where status=0 and merchant_id=#{id} |
|
|
|
) |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != userName "> |
|
|
|
|
|
|
|
<if test=" null != userName and '' != userName "> |
|
|
|
and cb.`name` like concat('%', #{userName},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != phone "> |
|
|
|
<if test=" null != phone and '' != phone"> |
|
|
|
and cb.`phone` like concat('%', #{phone},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != couponName "> |
|
|
|
<if test=" null != couponName and '' != couponName"> |
|
|
|
and co.`title` like concat('%', #{couponName},'%') |
|
|
|
</if> |
|
|
|
<if test="starttime != null"> |
|
|
|
|