springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVolunteerMngService.java
@@ -82,4 +82,11 @@ * @return 人脸采集和志愿者审核集合 */ List<TodoEventsVO> selectNeedToDo(Long communityId, Long userId); /** * 获取志愿者详情 * @param id * @return */ R getVolunteerById(Long id); }