springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -79,4 +79,12 @@ return R.ok(comMngPopulationService.getScreenEventDetail(eventDetailDTO)); } /** * 西区大屏治理数据 */ @GetMapping("/getWestScreenStatics") public R westScreenStatics(){ return comMngPopulationService.westScreenStatics(); } }