xiatian 7 mesiacov pred
rodič
commit
ffe37980f9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/main/resources/mapper/BatchMapper.xml

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

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