fix statistics
This commit is contained in:
parent
23a7160332
commit
8174c8447d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue