@@ -78,6 +78,7 @@
ctop_kuaishou_report_daily_account
where stat_date <= #{startDate}
and stat_date >= #{endDate}
+ group by stat_date
order by stat_date desc
</select>
@@ -633,7 +633,6 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
e.printStackTrace();
}
-
System.err.println(reportList);
return reportList;