Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
8f5337e60d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      main.go

+ 5 - 5
main.go View File

@@ -15,11 +15,11 @@ import (
15 15
 )
16 16
 
17 17
 func init() {
18
-	service.ConnectDB()
19
-	org_id, _ := beego.AppConfig.Int64("org_id")
20
-	miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
21
-	CreateLog(miConfig)
22
-	UploadLog(miConfig)
18
+	//service.ConnectDB()
19
+	//org_id, _ := beego.AppConfig.Int64("org_id")
20
+	//miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
21
+	//CreateLog(miConfig)
22
+	//UploadLog(miConfig)
23 23
 
24 24
 }
25 25
 func main() {