|
@@ -273,10 +273,6 @@ public class ContentServiceImpl implements ContentService {
|
|
|
statusParam.setPublishContentId(publishContent.getPublishContentId());
|
|
statusParam.setPublishContentId(publishContent.getPublishContentId());
|
|
|
statusParam.setErrorMsg("小程序为空");
|
|
statusParam.setErrorMsg("小程序为空");
|
|
|
aigcService.updateMatchMiniprogramStatus(statusParam);
|
|
aigcService.updateMatchMiniprogramStatus(statusParam);
|
|
|
- MatchContentStatusParam matchContentStatusParam = new MatchContentStatusParam();
|
|
|
|
|
- matchContentStatusParam.setProduceContentId(publishContent.getSourceId());
|
|
|
|
|
- matchContentStatusParam.setStatus(NewMatchResultStatusEnum.FAIL.getStatusCode());
|
|
|
|
|
- aigcService.updateMatchContentStatus(matchContentStatusParam);
|
|
|
|
|
log.info("文章获取小程序为空 matchVideo={} planAccount={}", matchVideo, planAccount);
|
|
log.info("文章获取小程序为空 matchVideo={} planAccount={}", matchVideo, planAccount);
|
|
|
matchService.notHasMiniVideos(publishContent.getSourceId());
|
|
matchService.notHasMiniVideos(publishContent.getSourceId());
|
|
|
return new ArrayList<>();
|
|
return new ArrayList<>();
|