mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
refactor: interface{} -> any
feat: 新增外链菜单
This commit is contained in:
@@ -164,7 +164,7 @@ func (d *Db) ExecSql(rc *req.Ctx) {
|
||||
}
|
||||
}
|
||||
|
||||
colAndRes := make(map[string]interface{})
|
||||
colAndRes := make(map[string]any)
|
||||
colAndRes["colNames"] = execResAll.ColNames
|
||||
colAndRes["res"] = execResAll.Res
|
||||
rc.ResData = colAndRes
|
||||
|
||||
Reference in New Issue
Block a user