Преглед на файлове

bug 开课成绩查询-干掉缺考

caozixuan преди 4 години
родител
ревизия
24f985def0
променени са 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

@@ -172,6 +172,7 @@
         sys_user h ON a.teacher_id = h.id
         <where>
             and d.school_id = #{schoolId}
+            and a.absent = false
             <if test="semester != null and semester != ''">
                 and d.semester = #{semester}
             </if>