diff --git a/statistics/task/excelmgr.go b/statistics/task/excelmgr.go index bd9d5d5..7d579e7 100644 --- a/statistics/task/excelmgr.go +++ b/statistics/task/excelmgr.go @@ -110,7 +110,7 @@ func (e *ExcelMgr) Save(id int, startTime, endTime string) error { filename := fmt.Sprintf("%s_%s_%s.xlsx", d.DataName, startTime, endTime) - if VP.GetBool("IsDatabaseMode") { + if true { rows, err := d.GetRows("Sheet1") if err != nil { return err