101captain
2021-12-13 df5cc202a578b6e14e0cb2a667157a282ed77abf
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -91,7 +91,7 @@
     */
    @GetMapping("/indexInfo")
    public R indexInfo(@RequestParam("communityId") Long communityId){
        return R.ok(comMngPopulationService.indexInfo(communityId));
        return comMngPopulationService.indexInfo(communityId);
    }
    /**