@@ -123,7 +123,7 @@ FROM
and a.name = #{name}
</if>
<if test="tel != null and tel!=''">
- and a.phone = #{tel}
+ and a.phone like concat(concat("%",#{tel}),"%")
<if test="consultName != null and consultName !=''">
and b.name like CONCAT('%',#{consultName}, '%')