## 拨比计算时,保存拓展业绩数据;

This commit is contained in:
cabbage 2025-05-17 14:43:26 +08:00
parent dd8751813a
commit b768f493c5
2 changed files with 2 additions and 2 deletions

View File

@ -1235,7 +1235,7 @@
bbi.BONUS_VALUE bonusType, bbi.BONUS_VALUE bonusType,
cm.PK_VERTEX pkVertex, cm.PK_VERTEX pkVertex,
to_date(to_char(so.PAY_TIME, 'yyyy-mm-dd'),'yyyy-mm-dd') AS creationTime, 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 from cu_member_bonus_push mbp
inner join CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id 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 inner join cu_member cm on cm.pk_id = cmb.pk_member

View File

@ -1054,7 +1054,7 @@
bbi.BONUS_VALUE bonusType, bbi.BONUS_VALUE bonusType,
#{pkVertex} pkVertex, #{pkVertex} pkVertex,
to_date(to_char(so.PAY_TIME, 'yyyy-mm-dd'), 'yyyy-mm-dd') AS creationTime, 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 from cu_member_bonus_push mbp
INNER JOIN CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id INNER JOIN CU_MEMBER_BONUS cmb on mbp.PK_BONUS = cmb.pk_id
INNER join ( INNER join (