List Map 驼峰
@Override
public List<Map<String, Object>> runListSql(String sqlStr) {
List<Map<String,Object>> lst = new ArrayList<>();
lst = baseMapper.runListSql(sqlStr);
return lst.stream().map(MapUtil::toCamelCaseMap).collect(Collectors.toList());
}
public R getCommunityStatisticsPage(Page page, @RequestBody Map<String, String> paramMap) {
//IPage ip = new Page();
//ip = communityPeopleService.getCommunityStatisticsPage(page, paramMap);
//ip.setRecords(getComputeScore(ip.getRecords()));
//return R.ok(ip.setRecords(getComputeScore(ip.getRecords())));
return R.ok(communityPeopleService.getCommunityStatisticsPage(page, paramMap));
择善人而交,择善书而读,择善言而听,择善行而从。