yin 7 mesi fa
parent
commit
b449b217cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/resources/mapper/BatchMapper.xml

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

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