|
|
@@ -899,7 +899,7 @@
|
|
|
<if test="o.outsource == 1">
|
|
|
and f.refund_status=1
|
|
|
</if>
|
|
|
- and process_status >= 2
|
|
|
+ and process_status >= 2 and process_status < 7
|
|
|
<if test="o.processStatus == 2">
|
|
|
and (o.finance_id is null or o.finance_id='')
|
|
|
</if>
|
|
|
@@ -943,7 +943,7 @@
|
|
|
<if test="o.outsource == 1">
|
|
|
and f.refund_status=1
|
|
|
</if>
|
|
|
- and process_status >= 2
|
|
|
+ and process_status >= 2 and process_status < 7
|
|
|
<if test="o.processStatus == 2">
|
|
|
and (o.finance_id is null or o.finance_id='')
|
|
|
</if>
|