springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -87,4 +87,14 @@ return comMngPopulationService.westScreenStatics(); } @GetMapping("/getComprehensivePopulationStatics") public R getComprehensivePopulationStatics(@RequestParam("streetId") Long streetId){ return comMngPopulationService.getComprehensivePopulationStatics(streetId); } @GetMapping("/getComprehensiveStreetList") public R getComprehensiveStreetList(){ return comMngPopulationService.getComprehensiveStreetList(); } }