|
|
@@ -254,9 +254,7 @@
|
|
|
<if test="totalAmount != null">
|
|
|
total_amount = #{totalAmount,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
- <if test="retrialFinanceId != null">
|
|
|
retrial_finance_id = #{retrialFinanceId,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|