张保健 1 year ago
parent
commit
e20befb82a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      main.go

+ 0 - 7
main.go View File

@@ -16,13 +16,6 @@ func init() {
16 16
 
17 17
 func main() {
18 18
 	//service.BeginAutoSyncLis()
19
-	//service.GetDataInsertDB(10138)
20
-	//service.GetResultDataInsertDB(10138)
21
-	// service.GetSHResultDataInsertDB(10215)
22
-	// service.Synctfyz()
23
-	// service.GetSHResultDataInsertDB(10215)
24 19
 
25
-	service.SyncSYData2(10191)
26
-	//service.UploadSYData(10191)
27 20
 	beego.Run()
28 21
 }