liujc hace 2 años
padre
commit
d33192e11a

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesMapper.xml

@@ -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}
         </if>