Commit f393a1a2 authored by huyuchen's avatar huyuchen

明细接口改造

parent 2c643d4e
......@@ -2235,7 +2235,7 @@
INCOME_COLLECT_FLAG = #{tPaymentInfo.incomeCollectFlag},
</if>
<if test="tPaymentInfo.paySettleFlag != null and tPaymentInfo.paySettleFlag.trim() != ''">
PAY_SETTLE_FLAG = #{tPaymentInfo.paySettleFlag},
PAY_SETTLE_FLAG = '0',
</if>
<if test="tPaymentInfo.payCollectFlag != null and tPaymentInfo.payCollectFlag.trim() != ''">
PAY_COLLECT_FLAG = #{tPaymentInfo.payCollectFlag},
......
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