Browse Source

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

csx 3 years ago
parent
commit
1893684a85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go View File

@@ -14,7 +14,7 @@ import (
14 14
 )
15 15
 
16 16
 func init() {
17
-	//service.ConnectDB()
17
+	service.ConnectDB()
18 18
 	//org_id, _ := beego.AppConfig.Int64("org_id")
19 19
 	//miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
20 20
 	//CreateLog(miConfig)