huanghongfa
2021-02-20 10b8730043e823efaf7fdea209e7e63f08b9bc4e
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -840,4 +840,12 @@
     */
    @PostMapping("listareadistrict")
    R listAreaDistrict(@RequestParam("cityAdcode") Long cityAdcode);
    /**
     * 首页图表数据汇总
     * @param communityId 社区id
     * @return 图表数据
     */
    @PostMapping("indexdatacommunitybackstageechart")
    R indexDataCommunityBackstageEchart(@RequestParam("communityId")Long communityId);
}