Commit be4d4ec2 authored by huyuchen's avatar huyuchen

优化修改

parent 77bbecd3
......@@ -1062,10 +1062,10 @@
update t_payment_info
<trim prefix="SET" suffixOverrides=",">
<if test="tPaymentInfo != null">
<if test="tPaymentInfo.incomeSettleFlag != '' and tPaymentInfo.incomeSettleFlag.trim() != ''">
<if test="tPaymentInfo.incomeSettleFlag != null and tPaymentInfo.incomeSettleFlag.trim() != ''">
INCOME_SETTLE_FLAG = #{tPaymentInfo.incomeSettleFlag},
</if>
<if test="tPaymentInfo.incomeCollectFlag != '' and tPaymentInfo.incomeCollectFlag.trim() != ''">
<if test="tPaymentInfo.incomeCollectFlag != null and tPaymentInfo.incomeCollectFlag.trim() != ''">
INCOME_COLLECT_FLAG = #{tPaymentInfo.incomeCollectFlag},
</if>
<if test="tPaymentInfo.paySettleFlag != null and tPaymentInfo.paySettleFlag.trim() != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment