@@ -50,7 +50,7 @@ type (
CornExp6 int64 `json:"cornexp6"`
CornExp7 string `json:"cornexp7"`
CornExp8 int64 `json:"cornexp8"`
- CornExp9 string `json:"cornexp7"`
+ CornExp9 string `json:"cornexp9"`
TiDb struct {
Host string `json:"host"`
Port int `json:"port"`
@@ -11,7 +11,7 @@ import (
"flag"
"fmt"
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
- "github.com/robfig/cron/v3"
+ "github.com/robfig/cron"
"log"
)