From 0e2b203aa50529500a68aaa470d6fffe0432e347 Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Sat, 17 May 2025 11:23:58 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E6=8B=A8=E6=AF=94=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=B0=83=E6=95=B4=EF=BC=9B=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=9B=AE=E6=A0=87=E7=9B=B8=E5=85=B3=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/member/statis/CuBonusVertexStatisMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusVertexStatisMapper.xml b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusVertexStatisMapper.xml index c770441d..6299fa12 100644 --- a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusVertexStatisMapper.xml +++ b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusVertexStatisMapper.xml @@ -1124,7 +1124,7 @@ sum(mbp.REAL_INCOME) realIncome, bbi.BONUS_VALUE bonusType, #{pkVertex} pkVertex, - to_date(to_char(so.PAY_TIME, 'yyeyy-mm-dd'), 'yyyy-mm-dd') AS creationTime + to_date(to_char(so.PAY_TIME, 'yyyy-mm-dd'), 'yyyy-mm-dd') AS creationTime from cu_member_bonus_push mbp INNER JOIN CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id INNER join (