|
@@ -92,7 +92,7 @@ public class MatchVideoServiceImpl implements MatchVideoService {
|
|
|
String traceId;
|
|
|
List<LongArticlesMatchVideo> existLongArticlesMatchVideo =
|
|
|
longArticlesMatchVideoRepository.getByContentIdAndGhIdAndPublishFlag(searchVideoParam.getArticleId(),
|
|
|
- searchVideoParam.getAccountName(), publishFlag);
|
|
|
+ searchVideoParam.getGhId(), publishFlag);
|
|
|
if (existLongArticlesMatchVideo == null) {
|
|
|
traceId = String.format("search-%s-%s", UUID.randomUUID(), System.currentTimeMillis() / 1000);
|
|
|
LongArticlesMatchVideo longArticlesMatchVideo = new LongArticlesMatchVideo();
|