huanghongfa
2021-01-20 23e9f7463069b31b5455c0d85deec5245bd18359
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/partybuilding/PartyBuildingService.java
@@ -232,10 +232,11 @@
    /**
     * 用户的所有党建活动
     * @param userId 用户id
     * @param communityId 社区id  同一用户在不同社区都是党员
     * @return  党建活动列表
     */
    @PostMapping("/partybuildIng/listactivity")
    R listActivity(@RequestParam("userId") Long userId);
    R listActivity(@RequestParam("userId") Long userId, @RequestParam("communityId")Long communityId);
    /**
     * 党员活动人员参入列表