Browse Source

医保对接

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

+ 1 - 1
main.go View File

@@ -3,7 +3,6 @@ package main
3 3
 import (
4 4
 	_ "XT_New/routers"
5 5
 	"XT_New/service"
6
-
7 6
 	"github.com/astaxie/beego"
8 7
 )
9 8
 
@@ -17,5 +16,6 @@ func main() {
17 16
 	//service.BeginAutoCreatePlanJob()
18 17
 	//service.AutoClearSchedules()
19 18
 	//service.BeginAutoCreateStaffScheduleJob()
19
+	beego.BConfig.WebConfig.Session.SessionGCMaxLifetime = 60
20 20
 	beego.Run()
21 21
 }