Commit f9f9df67 by 魏文甫

update

1 parent 962d52a3
......@@ -73,7 +73,7 @@ public class InformationServiceImpl implements InformationService {
Map<String, Object> dataMap = new HashMap<String, Object>();
dataMap.put("list", list);
dataMap.put("total", total);
return returnMap("1", "", list);
return returnMap("1", "", dataMap);
}
/**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!