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>