...
|
...
|
@@ -264,7 +264,7 @@ public class UfoLiveService { |
|
|
|
|
|
|
|
|
public int updateVideoUrl(Integer id, String vedioUrl) {
|
|
|
return qiniuLiveRecordMapper.updateVideoUrl(id, vedioUrl, DateUtil.getCurrentTimeSeconds());
|
|
|
return qiniuLiveRecordMapper.updateVideoUrl(id, null == vedioUrl ? "" : vedioUrl, DateUtil.getCurrentTimeSeconds());
|
|
|
}
|
|
|
|
|
|
public List<QiniuLiveRecord> queryVideoInfo(Integer startTime, Integer endTime) {
|
...
|
...
|
|