fix:储蓄卡管理,bug修复。

This commit is contained in:
tianyongbao
2024-07-09 16:11:48 +08:00
parent 58dc6bff11
commit 3c199401da

View File

@@ -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>