|
@@ -248,9 +248,6 @@
|
|
|
<if test="studentId != null">
|
|
|
AND pg.student_id_ = #{studentId}
|
|
|
</if>
|
|
|
- <if test="practiceGroupType !=null and practiceGroupType != ''">
|
|
|
- AND pg.type_ = #{practiceGroupType}
|
|
|
- </if>
|
|
|
<if test="groupStatus != null and groupStatus != ''">
|
|
|
AND pg.group_status_ = #{groupStatus}
|
|
|
</if>
|