mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-23 17:40:25 +08:00
feat: 数据迁移新增实时日志&数据库游标遍历查询问题修复
This commit is contained in:
@@ -17,3 +17,7 @@ func (r *Syslog) Syslogs(rc *req.Ctx) {
|
||||
biz.ErrIsNil(err)
|
||||
rc.ResData = res
|
||||
}
|
||||
|
||||
func (r *Syslog) SyslogDetail(rc *req.Ctx) {
|
||||
rc.ResData = r.SyslogApp.GetLogDetail(uint64(rc.PathParamInt("id")))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user