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 (