## 顶点奖金拨比汇总封顶人数计算,去掉扩展收益为0的;
This commit is contained in:
parent
3f51f95814
commit
780a803e4c
|
@ -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>
|
||||||
|
|
||||||
<!-- 查询顶点拓展平均碰次和拓展最高碰次-->
|
<!-- 查询顶点拓展平均碰次和拓展最高碰次-->
|
||||||
|
|
Loading…
Reference in New Issue