...
|
...
|
@@ -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 |
...
|
...
|
|