yin 8 tháng trước cách đây
mục cha
commit
ef2634e7af
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/mapper/BatchMapper.xml

+ 1 - 0
src/main/resources/mapper/BatchMapper.xml

@@ -264,6 +264,7 @@
         where b.exam_id = #{req.examId}
         and b.subject_code=#{req.subjectCode}
         and b.device=#{req.device}
+        and b.verify_status !='REJECT' 
         <if test="req.startTime != null">
             and b.create_time&gt;=#{req.startTime}
         </if>