Authored by mali

鉴定视频优化

... ... @@ -21,5 +21,5 @@ public interface QiniuLiveRecordMapper {
int insertInitRecord(QiniuLiveRecord record);
int updateVideoUrl(@Param("id")Integer id, @Param("vedioUrl")Integer vedioUrl);
int updateVideoUrl(@Param("id")Integer id, @Param("vedioUrl")String vedioUrl);
}
\ No newline at end of file
... ...
... ... @@ -263,7 +263,7 @@ public class UfoLiveService {
}
public int updateVideoUrl(Integer id, Integer vedioUrl) {
public int updateVideoUrl(Integer id, String vedioUrl) {
return qiniuLiveRecordMapper.updateVideoUrl(id, vedioUrl);
}
}
... ...