hongze 3 lat temu
rodzic
commit
e7d6804c1e
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      services/task.go

+ 1 - 4
services/task.go

@@ -49,9 +49,6 @@ func Task() {
 	//GetLzProductDetail()
 	//LzExportExcel()
 	//GetLzProductList()GetLzProductDetail
-
-	GetLzProductDetail()
-
 	fmt.Println("task end")
 }
 
@@ -130,7 +127,7 @@ func OneMinute() (err error) {
 	//月度
 	FrequencyByMonth()
 
-	//GetLzProductDetail()
+	GetLzProductDetail()
 	return
 }