|
|
|
@@ -78,7 +78,7 @@ |
|
|
|
left join wx_c_user_basic_info wcubi on wcubi.id = wcuc.c_user_id |
|
|
|
where 1 = 1 |
|
|
|
<if test=" null != userPhone"> |
|
|
|
and wcubi.`phone` = like concat('%', #{userPhone},'%') |
|
|
|
and wcubi.`phone` like concat('%', #{userPhone},'%') |
|
|
|
</if> |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
|
|
|
|
|