|
|
@@ -29,7 +29,7 @@ public interface VideoPostMapper extends BaseMapper<VideoPost> {
|
|
|
void updateVideoCover(String videoId, String coverUrl);
|
|
|
void updateVideoFile(@Param("videoId") String videoId, @Param("videoInfo") VideoInfo videoInfo);
|
|
|
void updateVideoStatus(String videoId, int status);
|
|
|
- void updateVideoPublish(String videoFileId, int status);
|
|
|
+ void updateVideoPublish(String videoId, int status);
|
|
|
void updateVideoCached(@Param("videoId") String videoId,
|
|
|
@Param("videoInfo") VideoInfo videoInfo,
|
|
|
@Param("channelId") int channelId);
|