@@ -228,7 +228,7 @@
<sql id="practiceGroupQueryCondition">
<where>
- pg.group_status_='NORMAL'
+ pg.group_status_ IN ('NORMAL', 'FINISH')
<if test="hasEducationalTeacherId != null and hasEducationalTeacherId == true">
AND pg.educational_teacher_id_ IS NOT NULL
</if>