罗元桥
2021-06-17 7febb461fdabc11456586d4ea754e169720ab14c
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));
    }
}