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

This commit is contained in:
cabbage 2025-08-09 10:08:47 +08:00
parent 3f51f95814
commit 780a803e4c
1 changed files with 1 additions and 0 deletions

View File

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