## 拨比统计数据调整;去掉个人目标相关内容;

This commit is contained in:
cabbage 2025-05-17 11:23:58 +08:00
parent 1b8df54796
commit a4f0b0b1fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 (