mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-01 04:06:37 +08:00
review: 数据库实例管理调整
This commit is contained in:
@@ -50,7 +50,6 @@ func (rc *Ctx) Handle(handler HandlerFunc) {
|
||||
}
|
||||
|
||||
handler(rc)
|
||||
rc.timed = time.Since(begin).Milliseconds()
|
||||
if rc.Conf == nil || !rc.Conf.noRes {
|
||||
ginx.SuccessRes(ginCtx, rc.ResData)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user