From d85e7aceb1b273e80aef8a964895b4e95baeb749 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 30 Jan 2026 13:29:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=A1=E7=94=A8=E5=8D=A1=E5=82=A8?= =?UTF-8?q?=E8=93=84=E5=8D=A1=EF=BC=8C=E6=B5=8B=E8=AF=95bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/invest/BankCardLendMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/BankCardLendMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/BankCardLendMapper.xml index 21e654e..e1f5870 100644 --- a/intc-modules/intc-invest/src/main/resources/mapper/invest/BankCardLendMapper.xml +++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/BankCardLendMapper.xml @@ -181,12 +181,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" type = #{type}, code = #{code}, opening_bank = #{openingBank}, - activation_date = #{activationDate}, + activation_date = #{activationDate}, bill_date = #{billDate}, pay_date = #{payDate}, delay_period = #{delayPeriod}, credit_limit = #{creditLimit}, - effective_date = #{effectiveDate}, + effective_date = #{effectiveDate}, cvv = #{cvv}, create_by = #{createBy}, create_time = #{createTime},