@@ -175,6 +175,7 @@
select * from base_school_info a
where find_in_set(#{enrollmentType},a.enrollment_type)
and a.del_flag=0
+ and a.type_ = '1'
order by a.create_time asc
</select>
<select id="countByParentId" resultType="long">