Browse Source

修改指标

rdluck 4 years ago
parent
commit
d871f7fb0a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/task.go

+ 2 - 1
services/task.go

@@ -32,7 +32,8 @@ func Task123() {
 
 func Task() {
 	fmt.Println("start")
-	GetLzProductPriceData()
+	GetLzProductPriceProduct()
+	//GetLzProductPriceData()
 	fmt.Println("end")
 }