|
@@ -129,7 +129,7 @@ public class ContentServiceImpl implements ContentService {
|
|
|
if (!CollectionUtils.isEmpty(matchVideos)) {
|
|
|
return matchVideos.get(0);
|
|
|
}
|
|
|
- MatchVideo newMatchVideo = matchVideos.get(0);
|
|
|
+ MatchVideo newMatchVideo = new MatchVideo();
|
|
|
newMatchVideo.setTraceId(String.format("search-%s-%s", UUID.randomUUID(), System.currentTimeMillis() / 1000));
|
|
|
newMatchVideo.setContentId(publishContent.getSourceId());
|
|
|
newMatchVideo.setFlowPoolLevel(publishContent.getContentPoolType());
|