|
@@ -657,9 +657,7 @@
|
|
|
<if test="type !=null">
|
|
<if test="type !=null">
|
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="financeId !=null">
|
|
|
|
|
- and e.finance_id= #{financeId,jdbcType=VARCHAR}
|
|
|
|
|
- </if>
|
|
|
|
|
|
|
+
|
|
|
<if test="orderNo !=null">
|
|
<if test="orderNo !=null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|
|
@@ -706,9 +704,6 @@
|
|
|
<if test="type !=null">
|
|
<if test="type !=null">
|
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="financeId !=null">
|
|
|
|
|
- and e.finance_id= #{financeId,jdbcType=VARCHAR}
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="orderNo !=null">
|
|
<if test="orderNo !=null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|