db icon indicating copy to clipboard operation
db copied to clipboard

the result can not transform to map[string]interface

Open wzhsh90 opened this issue 3 years ago • 0 comments

the result can to trans to map[string]interface

var list []map[string]interface{} p.Page(pageIndex).All(&list)

info := map[string]interface{}{} Find(cond).Select(cols...).One(&info)

the result interface {} is []uint8

wzhsh90 avatar Jul 25 '22 03:07 wzhsh90