@@ -354,6 +354,9 @@
<if test="courseScheduleId != null">
AND id_ = #{courseScheduleId}
</if>
+ <if test="teacherId != null">
+ and teacher_id_ = #{teacherId}
+ </if>
<if test="type != null">
and group_type_ = #{type}