|
@@ -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>=#{req.startTime}
|
|
|
</if>
|