Browse Source

新增钢联指标

tuoling805 1 năm trước cách đây
mục cha
commit
fbde51375b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/init_mysteel_index.go

+ 1 - 1
services/init_mysteel_index.go

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