Эх сурвалжийг харах

Merge branch 'dev_v1.5.36.1_wh' of jianyu/datatools into hotfix/v1.5.36.1

王浩 1 сар өмнө
parent
commit
b4510d6b42

+ 1 - 1
clueSync/config.go

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

+ 1 - 1
clueSync/main.go

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