Browse Source

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

csx 3 years ago
parent
commit
53b30b3e1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.go

+ 1 - 0
main.go View File

@@ -17,6 +17,7 @@ import (
17 17
 func init() {
18 18
 	service.ConnectDB()
19 19
 	org_id, _ := beego.AppConfig.Int64("org_id")
20
+
20 21
 	miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
21 22
 	CreateLog(miConfig)
22 23
 	UploadLog(miConfig)