合并查询

This commit is contained in:
2023-08-13 05:48:21 +08:00
parent 0575d14494
commit 1b8321349e
10 changed files with 106 additions and 96 deletions

View File

@@ -13,7 +13,8 @@ func ParamsListGet(w http.ResponseWriter, r *http.Request) {
item["id"] = "model"
item["name"] = "模型"
listview.List = append(listview.List, item)
//listview.List = append(listview.List, item)
listview.List = []interface{}{item}
listview.Total = 1
listview.Page = 1
listview.PageSize = 10