فهرست منبع

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>