springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -3100,4 +3100,12 @@ */ @GetMapping("/population/repair") R getPopulationRepairByApp(); /** * 工作大屏-社区动态模块数据统计 * @param communityId 社区id * @return 社区动态数据统计 */ @GetMapping("/screen/work/dynamic") R dynamicWork(@RequestParam("communityId")Long communityId); }