Finish the PageHandle for matter.

This commit is contained in:
lishuang
2020-07-11 17:42:09 +08:00
parent 192df21da4
commit f16d48b432
7 changed files with 94 additions and 11 deletions

View File

@ -57,8 +57,6 @@ func (this *DashboardService) Bootstrap() {
// handle the dashboard data.
func (this *DashboardService) Etl() {
this.logger.Info("ETL dashboard data.")
startTime := util.FirstSecondOfDay(util.Yesterday())
endTime := util.LastSecondOfDay(util.Yesterday())
dt := util.ConvertTimeToDateString(startTime)