Commit 040f689e by 王军业

【合同金额为0情况】

1 parent 675f7ae1
...@@ -255,23 +255,33 @@ ...@@ -255,23 +255,33 @@
<if test="contract_type != null and contract_type != ''"> <if test="contract_type != null and contract_type != ''">
contract_type=#{contract_type}, contract_type=#{contract_type},
</if> </if>
<if test="contract_amount !=null">
contract_amount=#{contract_amount}, contract_amount=#{contract_amount},
</if>
<if test="deduct_amount !=null">
deduct_amount=#{deduct_amount}, deduct_amount=#{deduct_amount},
</if>
<if test="contract_amount_note != null and contract_amount_note != ''"> <if test="contract_amount_note != null and contract_amount_note != ''">
contract_amount_note=#{contract_amount_note}, contract_amount_note=#{contract_amount_note},
</if> </if>
<if test="stop_amount !=null">
stop_amount=#{stop_amount}, stop_amount=#{stop_amount},
</if>
<if test="reback_note != null and reback_note != ''"> <if test="reback_note != null and reback_note != ''">
reback_note=#{reback_note}, reback_note=#{reback_note},
</if> </if>
<if test="exemptions_amount !=null">
exemptions_amount=#{exemptions_amount}, exemptions_amount=#{exemptions_amount},
</if>
<if test="contract_remain_note != null and contract_remain_note != ''"> <if test="contract_remain_note != null and contract_remain_note != ''">
contract_remain_note=#{contract_remain_note}, contract_remain_note=#{contract_remain_note},
</if> </if>
<if test="is_archive != null and is_archive != ''"> <if test="is_archive != null and is_archive != ''">
is_archive=#{is_archive}, is_archive=#{is_archive},
</if> </if>
<if test="bad_amount !=null">
bad_amount=#{bad_amount}, bad_amount=#{bad_amount},
</if>
<if test="bad_amount_note != null and bad_amount_note != ''"> <if test="bad_amount_note != null and bad_amount_note != ''">
bad_amount_note=#{bad_amount_note}, bad_amount_note=#{bad_amount_note},
</if> </if>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!