@@ -33,7 +33,7 @@
AND hi.`status` = 2
</if>
<if test="tel != null and tel != ''">
- AND hi.phone = #{tel}
+ and hi.phone like concat('%',#{tel},'%')
</where>
</select>