소스 검색

bug修复

wangliang 4 년 전
부모
커밋
362b71a2dc
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      teachcloud-report-business/src/main/resources/mapper/TBExamStudentMapper.xml

+ 0 - 3
teachcloud-report-business/src/main/resources/mapper/TBExamStudentMapper.xml

@@ -127,9 +127,6 @@
             <if test="inspectCollegeId != null">
                 and a.inspect_college_id = #{inspectCollegeId}
             </if>
-            <if test="teachCollegeId != null">
-                and a.teach_college_id = #{teachCollegeId}
-            </if>
             <if test="teacherId != null">
                 and a.teacher_id = #{teacherId}
             </if>