huanghongfa
2021-01-28 65c7ded03175596fcfacc43f3f2c60076277c21a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
@@ -1155,5 +1155,15 @@
        return comMngStructAreaDistrictService.listAreaDistrict(cityAdcode);
    }
    /**
     * 首页图表数据汇总
     * @param communityId 社区id
     * @return 图表数据 IndexDataVO
     */
    @PostMapping("indexdatacommunitybackstageechart")
    public R indexDataCommunityBackstageEchart(@RequestParam("communityId")Long communityId){
        return comActActivityService.indexDataCommunityBackstageEchart(communityId);
    }
}