fix:储蓄卡管理,bug修复。
This commit is contained in:
@@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="billDate != null and billDate != ''">bill_date,</if>
|
||||
<if test="payDate != null and payDate != ''">pay_date,</if>
|
||||
<if test="delayPeriod != null">delay_period,</if>
|
||||
<if test="creditLimit != null and creditLimit != ''">credit_limit,</if>
|
||||
<if test="creditLimit != null">credit_limit,</if>
|
||||
<if test="effectiveDate != null">effective_date,</if>
|
||||
<if test="cvv != null and cvv != ''">cvv,</if>
|
||||
<if test="createBy != null">create_by,</if>
|
||||
|
||||
Reference in New Issue
Block a user