Browse Source

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

csx 3 years ago
parent
commit
4f54c2cdb1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      main.go

+ 1 - 2
main.go View File

@@ -5,7 +5,6 @@ import (
5 5
 	"fmt"
6 6
 	"gdyb/models"
7 7
 	_ "gdyb/routers"
8
-	"gdyb/service"
9 8
 	"github.com/astaxie/beego"
10 9
 	"github.com/qiniu/api.v7/auth/qbox"
11 10
 	"github.com/qiniu/api.v7/storage"
@@ -15,7 +14,7 @@ import (
15 14
 )
16 15
 
17 16
 func init() {
18
-	service.ConnectDB()
17
+	//service.ConnectDB()
19 18
 	//org_id, _ := beego.AppConfig.Int64("org_id")
20 19
 	//miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
21 20
 	//CreateLog(miConfig)