提交 085f3fb9 authored 作者: 吴德鹏's avatar 吴德鹏

update

上级 174f691a
...@@ -102,7 +102,7 @@ public class ItemController { ...@@ -102,7 +102,7 @@ public class ItemController {
} }
Map<String, Object> map = new LinkedHashMap<>(); Map<String, Object> map = new LinkedHashMap<>();
map.put("content", list); map.put("content", list);
map.put("totalPage", totalPage); map.put("totalPages", totalPage);
return new Result<>(map); return new Result<>(map);
} catch (Exception e) { } catch (Exception e) {
System.out.println(e.getMessage()); System.out.println(e.getMessage());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论