huanghongfa
2021-06-17 aa8159e4e1b5f479043eb596efc8841e33459314
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -48,5 +48,10 @@
        return R.ok(comMngPopulationService.getScreenCivil(communityId));
    }
    @GetMapping("/getScreenGirds")
    public R grids(@RequestParam("communityId") Long communityId) {
        return R.ok(comMngPopulationService.getScreenGirds(communityId));
    }
}