|
|
@@ -895,7 +895,7 @@
|
|
|
and approval in (0,2) and outsource=#{o.outsource,jdbcType=INTEGER}
|
|
|
and process_status >= 2
|
|
|
<if test="o.processStatus == 2">
|
|
|
- and o.finance_id in(null,'')
|
|
|
+ and (o.finance_id is null or o.finance_id='')
|
|
|
</if>
|
|
|
<if test="o.processStatus == 3">
|
|
|
and o.finance_id is not null
|
|
|
@@ -926,7 +926,7 @@
|
|
|
where delete_sign = 0 and order_status = 2 and approval in (0,2) and outsource=#{o.outsource,jdbcType=INTEGER}
|
|
|
and process_status >= 2
|
|
|
<if test="o.processStatus == 2">
|
|
|
- and o.finance_id in(null,'')
|
|
|
+ and (o.finance_id is null or o.finance_id='')
|
|
|
</if>
|
|
|
<if test="o.processStatus == 3">
|
|
|
and o.finance_id is not null and o.finance_id != ''
|