diff --git a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml index e1dc373b..915d625c 100644 --- a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml +++ b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml @@ -1235,7 +1235,7 @@ bbi.BONUS_VALUE bonusType, cm.PK_VERTEX pkVertex, to_date(to_char(so.PAY_TIME, 'yyyy-mm-dd'),'yyyy-mm-dd') AS creationTime, - 0, 0 + 0 cal_fir_achieve, 0 cal_rep_achieve from cu_member_bonus_push mbp inner join CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id inner join cu_member cm on cm.pk_id = cmb.pk_member 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 ab964150..4517d47c 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 @@ -1054,7 +1054,7 @@ bbi.BONUS_VALUE bonusType, #{pkVertex} pkVertex, to_date(to_char(so.PAY_TIME, 'yyyy-mm-dd'), 'yyyy-mm-dd') AS creationTime, - 0, 0 + 0 cal_fir_achieve, 0 cal_rep_achieve from cu_member_bonus_push mbp INNER JOIN CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id INNER join (