puhanshu
2021-09-10 1aa70f3b0a1411d0de3f4ca78b639bf065168be2
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();
    }
}