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"