xiatian 7 月之前
父節點
當前提交
ffe37980f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>