liujc 2 년 전
부모
커밋
d33192e11a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesMapper.xml

+ 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>