springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActActivityDAO.java
@@ -339,4 +339,14 @@ * @return */ List<PartyMemberDetailExcelVO> exportPartyMemberDetail(@Param("commonPage") CommonPage commonPage); List<ComActActivityVO> selectListByRelationId(@Param("relationId") Long relationId,@Param("date")String date); /** * 查询进行中活动 * @param communityId 社区id * @return 活动列表 */ List<ComActActivityVO> selectListByCommunityId(@Param("communityId") Long communityId,@Param("date") String date); }