feat: 数据迁移新增实时日志&数据库游标遍历查询问题修复

This commit is contained in:
meilin.huang
2024-03-28 22:20:39 +08:00
parent 5e4793433b
commit d1d372e1bf
31 changed files with 477 additions and 344 deletions

View File

@@ -15,4 +15,6 @@ func InitSyslogRouter(router *gin.RouterGroup) {
biz.ErrIsNil(ioc.Inject(s))
req.NewGet("", s.Syslogs).Group(sysG)
req.NewGet("/:id", s.SyslogDetail).Group(sysG)
}