Skip to content

Commit

Permalink
Fix TimeCost type (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee authored Dec 21, 2021
1 parent 8ecae84 commit 821fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/dao/dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
type ExecuteResult struct {
Headers []string `json:"headers"`
Tables []map[string]common.Any `json:"tables"`
TimeCost int32 `json:"timeCost"`
TimeCost int64 `json:"timeCost"`
}

type list []common.Any
Expand Down

0 comments on commit 821fe79

Please sign in to comment.