Browse Source

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

csx 1 year ago
parent
commit
2a76f8cc3d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      main.go

+ 1 - 3
main.go View File

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