@@ -49,7 +49,7 @@
<sql id="queryCondition">
<where>
<if test="search != null and search != ''">
- AND (stu.user_id_ = #{search} OR su.real_name_ LIKE CONCAT (#{search}, '%'))
+ AND (stu.user_id_ = #{search} OR su.real_name_ LIKE CONCAT ('%', #{search}, '%') OR su.phone_ LIKE CONCAT('%', #{search}, '%'))
</if>
</where>
</sql>