caozixuan 4 years ago
parent
commit
053b0d772b

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