This commit is contained in:
2025-02-14 18:18:21 +08:00
parent b4b6d93e2f
commit cfb9392068
26 changed files with 404 additions and 88 deletions

View File

@ -45,4 +45,6 @@ public interface MemberMapper {
* @return
*/
int addScenicServiceNoticeStatus(@Param("scenicId") Long scenicId,@Param("memberId") Long memberId);
MemberRespVO getByOpenId(String openId);
}

View File

@ -48,4 +48,6 @@ public interface VideoMapper {
int updateRelationWhenTaskSuccess(Long taskId, Long videoId, int isBuy);
List<MemberVideoEntity> listRelationByCreateTime(Date startTime, Date endTime);
VideoEntity getEntity(Long videoId);
}