## 顶点奖金拨比汇总封顶人数计算,去掉扩展收益为0的;

This commit is contained in:
cabbage 2025-08-08 17:26:10 +08:00
parent a45391d798
commit 4ea3cf758d
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@
and cp.settle_date <= to_date(#{endDate} || ' 23:59:59', 'yyyy-mm-dd hh24:mi:ss')
</if>
AND (cb.expand_income + cb.repur_expand_income) >= bg.expand_capping
and (cb.expand_income + cb.repur_expand_income) != 0
</select>
<!-- 查询顶点拓展平均碰次和拓展最高碰次-->