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