fix
wzy
2021-12-17 c3c6bbcd290da994c152495723c75a869185660f
src/main/java/cc/mrbird/febs/video/mapper/VideoHistoryMapper.java
@@ -9,4 +9,6 @@
public interface VideoHistoryMapper extends BaseMapper<VideoHistoryEntity> {
    int delVideoHistoryByIdsAndMemberId(@Param("list")List<String> idList, @Param("memberId")Long id);
    VideoHistoryEntity selectByMemberIdAndVideoId(@Param("memberId") Long memberId, @Param("videoId") Long videoId);
}