Finish the dashboard summary things.

This commit is contained in:
zicla
2018-12-01 21:45:58 +08:00
parent 439d23df2d
commit 2d1a95594f
12 changed files with 229 additions and 61 deletions

View File

@ -76,7 +76,6 @@ func (this *FootprintService) Trace(writer http.ResponseWriter, request *http.Re
Params: paramsString,
Cost: int64(duration / time.Millisecond),
Success: success,
Dt: ConvertTimeToDateString(time.Now()),
}
footprint = this.footprintDao.Create(footprint)