huanghongfa
2020-12-31 17bccd09afb6e6a4fffa0409d7d5285e88442103
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java
@@ -79,4 +79,11 @@
     * @return 活动列表
     */
    R listActivity(Long userId);
    /**
     * 查询志愿者参与的所有已经完成的活动
     * @param phone 用户手机号
     * @return 所有活动集合
     */
    List<ComActActivityVO> listActivityByPhone(String phone);
}