增加初始化参数

This commit is contained in:
pixel
2020-11-17 17:35:23 +08:00
parent 2fad9035d3
commit ac4398873b
9 changed files with 154 additions and 193 deletions

View File

@@ -42,7 +42,6 @@ func Routers() *gin.Engine {
router.InitSysOperationRecordRouter(ApiGroup) // 操作记录
router.InitEmailRouter(ApiGroup) // 邮件相关路由
router.InitWorkflowProcessRouter(ApiGroup) // 工作流创建相关接口
router.InitExaWfLeaveRouter(ApiGroup) // 工作流创建相关接口
global.GVA_LOG.Info("router register success")
return Router