@@ -139,6 +139,7 @@
<if test="search">
AND (username_ LIKE CONCAT(#{search},'%') OR phone_ LIKE CONCAT(#{search},'%'))
</if>
+ AND del_flag_ = 0
<include refid="global.limit"/>
</select>
@@ -149,6 +150,7 @@
<select id="queryPage" resultMap="StudentRepair">