Browse Source

新增钢联指标数据

tuoling805 1 year ago
parent
commit
5e80f83018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/init_mysteel_index.go

+ 1 - 1
services/init_mysteel_index.go

@@ -47,7 +47,7 @@ func InitMysteelIndex() {
 		fmt.Println(err)
 		fmt.Println(err)
 		return
 		return
 	}
 	}
-	classifyMethod := "mysteel_classify/get_or_add"
+	classifyMethod := "mysteel_chemical/mysteel_classify/get_or_add"
 	indexMethod := "mysteel_chemical/handle/mysteel/index"
 	indexMethod := "mysteel_chemical/handle/mysteel/index"
 	fmt.Println("rows len:", len(rows))
 	fmt.Println("rows len:", len(rows))
 	for rk, row := range rows {
 	for rk, row := range rows {