wangliang hace 4 años
padre
commit
362b71a2dc

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