Commit 86ee7456 authored by zhangyong's avatar zhangyong

1

parent 7e99f0b2
......@@ -81,7 +81,7 @@ public class PageController {
List<Map<String,Object>> iconList = pageService.queryIcon(params,page);
if(iconList != null && iconList.size() >0) {
return Rjx.jsonOk().set("list", iconList.get(0)).toString();
return Rjx.jsonOk().set("list", iconList).toString();
}else {
return Rjx.jsonOk().set("list", new HashMap<String,Object>()).toString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment