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

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

@@ -12,6 +12,7 @@
         <if test="courseCode != null and courseCode != ''">
             and tbes.course_code = #{courseCode}
         </if>
+        and tbes.absent = false
     </sql>
 
     <select id="selectTeachCollegeList"