fix: 信用卡储蓄卡,测试bug修复。
This commit is contained in:
@@ -181,12 +181,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="type != null and type != ''">type = #{type},</if>
|
<if test="type != null and type != ''">type = #{type},</if>
|
||||||
<if test="code != null and code != ''">code = #{code},</if>
|
<if test="code != null and code != ''">code = #{code},</if>
|
||||||
<if test="openingBank != null">opening_bank = #{openingBank},</if>
|
<if test="openingBank != null">opening_bank = #{openingBank},</if>
|
||||||
<if test="activationDate != null">activation_date = #{activationDate},</if>
|
activation_date = #{activationDate},
|
||||||
<if test="billDate != null and billDate != ''">bill_date = #{billDate},</if>
|
<if test="billDate != null and billDate != ''">bill_date = #{billDate},</if>
|
||||||
<if test="payDate != null and payDate != ''">pay_date = #{payDate},</if>
|
<if test="payDate != null and payDate != ''">pay_date = #{payDate},</if>
|
||||||
<if test="delayPeriod != null">delay_period = #{delayPeriod},</if>
|
<if test="delayPeriod != null">delay_period = #{delayPeriod},</if>
|
||||||
<if test="creditLimit != null">credit_limit = #{creditLimit},</if>
|
<if test="creditLimit != null">credit_limit = #{creditLimit},</if>
|
||||||
<if test="effectiveDate != null">effective_date = #{effectiveDate},</if>
|
effective_date = #{effectiveDate},
|
||||||
<if test="cvv != null and cvv != ''">cvv = #{cvv},</if>
|
<if test="cvv != null and cvv != ''">cvv = #{cvv},</if>
|
||||||
<if test="createBy != null">create_by = #{createBy},</if>
|
<if test="createBy != null">create_by = #{createBy},</if>
|
||||||
<if test="createTime != null">create_time = #{createTime},</if>
|
<if test="createTime != null">create_time = #{createTime},</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user