liuxiaolong
2020-10-10 bf4ca3fdb8c0f0c1f99a4a871ad39436cefc6ab6
main.go
@@ -15,8 +15,6 @@
      beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
   }
   models.InitDb()
   controllers.InitRestriction()
   controllers.Schedule()
   go controllers.ComputeSpaceLeftRealTime()
   //每天同步海康数据,看人员id是否有发生变化
   c := cron.New()