Browse Source

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

csx 2 years ago
parent
commit
5376955cd9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.go

+ 2 - 2
main.go View File

@@ -1,7 +1,7 @@
1 1
 package main
2 2
 
3 3
 import (
4
-	//"gdyb/service"
4
+	"gdyb/service"
5 5
 
6 6
 	//"github.com/qiniu/api.v7/auth/qbox"
7 7
 	//"github.com/qiniu/api.v7/storage"
@@ -23,7 +23,7 @@ import (
23 23
 )
24 24
 
25 25
 func init() {
26
-	//service.ConnectDB()
26
+	service.ConnectDB()
27 27
 	//org_id, _ := beego.AppConfig.Int64("org_id")
28 28
 	//miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
29 29
 	////CreateLog(miConfig)