Browse Source

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

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

+ 0 - 2
main.go View File

@@ -21,11 +21,9 @@ func init() {
21 21
 	CreateLog(miConfig)
22 22
 	UploadLog(miConfig)
23 23
 }
24
-
25 24
 func main() {
26 25
 	beego.Run()
27 26
 }
28
-
29 27
 func CreateLog(miConfig models.MedicalInsuranceOrgConfig) {
30 28
 	Mkdir(miConfig.OrgName + "日志")
31 29
 	//org_id,_ := beego.AppConfig.Int("org_id")