Browse Source

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

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

+ 5 - 5
main.go View File

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