分类管理增删改查完成
This commit is contained in:
@@ -186,7 +186,7 @@ public class UserController {
|
||||
.build();
|
||||
|
||||
// 拼装返回结果
|
||||
JSONObject map = new JSONObject(2);
|
||||
JSONObject map = new JSONObject(6);
|
||||
map.put("total", userPageInfo.getTotal());
|
||||
map.put("list", voList);
|
||||
map.put("columns", columns);
|
||||
|
Reference in New Issue
Block a user