|
@@ -42,7 +42,7 @@
|
|
|
</if>
|
|
|
) t1
|
|
|
LEFT JOIN ctop_etl_kuaishou_report_account_daily t2 ON t2.account_id = t1.accountId
|
|
|
- where t2.stat_date >=#{startTime}
|
|
|
+ and t2.stat_date >=#{startTime}
|
|
|
and t2.stat_date <=#{endTime}
|
|
|
GROUP BY t1.id
|
|
|
<if test="sortCode != '' and sortCode != null ">
|