|
|
@@ -1094,9 +1094,6 @@ left join t_order_outsource too on o.order_no=too.order_no where delete_sign !=
|
|
|
<if test="o.processStatus == 4">
|
|
|
and o.process_status >= #{o.processStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="o.financeId != null and o.financeId != """>
|
|
|
- and d.finance_id = #{o.financeId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
<if test="fids != null and o.financeId != """>
|
|
|
and d.finance_id in
|
|
|
<foreach item="item" collection="fids" separator="," open="(" close=")" index="">
|
|
|
@@ -1147,9 +1144,6 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
<if test="o.processStatus == 4">
|
|
|
and o.process_status >= #{o.processStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="o.financeId != null and o.financeId != """>
|
|
|
- and d.finance_id = #{o.financeId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
<if test="fids != null and o.financeId != """>
|
|
|
and d.finance_id in
|
|
|
<foreach item="item" collection="fids" separator="," open="(" close=")" index="">
|