From f6debc5fc79d2780887b3f3aaa96cd5dcc3aab97 Mon Sep 17 00:00:00 2001 From: yufenghao <3508605349@qq.com> Date: Sat, 8 Nov 2025 13:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=20=E4=BF=AE=E6=94=B9=E5=90=84=E4=B8=AA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=89=B9=E9=87=8F=E6=8F=92=E5=85=A5=E9=97=B4?= =?UTF-8?q?=E9=9A=94=E7=AC=A6=E9=94=99=E8=AF=AF=20=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BB=85=E4=B8=83=E5=A4=A9=E6=9F=A5=E8=AF=A2=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/StatisticsMapper.xml | 73 +++++++++++++------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/src/main/resources/mapper/StatisticsMapper.xml b/src/main/resources/mapper/StatisticsMapper.xml index b51f738..49a55ee 100644 --- a/src/main/resources/mapper/StatisticsMapper.xml +++ b/src/main/resources/mapper/StatisticsMapper.xml @@ -9,7 +9,7 @@ current_permanent, current_free_june, current_free_december, current_task ) VALUES - + ( #{s.market}, #{s.currentDatetime}, #{s.currentGold}, #{s.dailyChange}, @@ -35,7 +35,7 @@ refund_free_december, refund_task, recharge_num, first_recharge ) VALUES - + ( #{s.market}, #{s.currentDatetime}, #{s.recharge}, #{s.money}, @@ -69,7 +69,7 @@ yearly_refund, yearly_recharge_num ) VALUES - + ( #{s.market}, #{s.currentDatetime}, #{s.yearlyRecharge}, @@ -137,7 +137,7 @@