<if test="phone != null and phone != ''">and phone LIKE CONCAT('%', #{phone}, '%')</if> <if test="name != null and name != ''">and name like concat('%',#{name},'%')</if>
<if test="phone != null and phone != ''">and phone LIKE CONCAT('%', #{phone}, '%')</if> <if test="name != null and name != ''">and name like concat('%',#{name},'%')</if>