罗元桥
2021-08-30 74803a8987f942f94f703fbbf57a4e7d8d7ea44a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommonDataApi.java
@@ -805,10 +805,4 @@
    public R villageStatistics(@RequestParam("communityId") Long communityId) {
        return comMngVillageService.villageStatistics(communityId);
    }
    @GetMapping("/my")
    public void add() {
        comMngPopulationService.addPopuCommunity();
    }
}