fix statistics

This commit is contained in:
sk 2025-01-02 10:22:58 +08:00
parent 23a7160332
commit 8174c8447d
1 changed files with 1 additions and 1 deletions

View File

@ -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