huanghongfa
2022-03-07 ddb8dee34c54a57b0893a952c8ceb0bbf472d0fc
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java
@@ -196,7 +196,7 @@
     * @param status
     * @return 活动列表
     */
    R listActivity(Long userId, Integer status);
    R listActivity(Long userId, Integer status,Integer type);
    /**
     * 查询志愿者参与的所有已经完成的活动
@@ -304,4 +304,12 @@
     * @date 2022/2/17 10:09
     */
    String getActBelongRegionCode(Long communityId);
    /**
     * 党员活动统计
     * @param communityId
     * @param year
     * @return
     */
    R partyMemberCount(Long communityId,String year);
}