@@ -127,7 +127,7 @@
COUNT(DISTINCT account_id) accountNum
FROM
application.kuaishou_account_report_daily_dw
- where 1 = 1
+ where charge > 0
<if test="startDate != null and startDate != '' ">
and stat_date >= #{startDate}
</if>