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