|
|
@@ -895,10 +895,10 @@
|
|
|
and approval in (0,2) and outsource=#{o.outsource,jdbcType=INTEGER}
|
|
|
and process_status >= 2
|
|
|
<if test="o.processStatus == 2">
|
|
|
- and o.finance_id is null
|
|
|
+ and o.finance_id in(null,'')
|
|
|
</if>
|
|
|
<if test="o.processStatus == 3">
|
|
|
- and o.finance_id is not null
|
|
|
+ and o.finance_id is not null
|
|
|
</if>
|
|
|
<if test="o.orderNo != null and o.orderNo != """>
|
|
|
and o.order_no = #{o.orderNo,jdbcType=VARCHAR}
|