|
|
@@ -16,10 +16,7 @@ import com.tzld.longarticle.recommend.server.common.enums.aigc.MiniprogramUseTyp
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.aigc.ProduceContentAuditStatusEnum;
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.aigc.PushTypeEnum;
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.longArticle.ArticleVideoAuditStatusEnum;
|
|
|
-import com.tzld.longarticle.recommend.server.common.enums.recommend.AccountBusinessTypeEnum;
|
|
|
-import com.tzld.longarticle.recommend.server.common.enums.recommend.ArticleTypeEnum;
|
|
|
-import com.tzld.longarticle.recommend.server.common.enums.recommend.ContentPoolEnum;
|
|
|
-import com.tzld.longarticle.recommend.server.common.enums.recommend.FeishuRobotIdEnum;
|
|
|
+import com.tzld.longarticle.recommend.server.common.enums.recommend.*;
|
|
|
import com.tzld.longarticle.recommend.server.mapper.aigc.AigcBaseMapper;
|
|
|
import com.tzld.longarticle.recommend.server.mapper.aigc.PublishContentMapper;
|
|
|
import com.tzld.longarticle.recommend.server.mapper.crawler.CrawlerBaseMapper;
|
|
|
@@ -893,6 +890,7 @@ public class XxlJobService {
|
|
|
cache.setKimiSafeScore(content.getKimiSafeScore());
|
|
|
cache.setPlanId(content.getProducePlanId());
|
|
|
cache.setRootPublishTimestamp(content.getRootPublishTimestamp());
|
|
|
+ cache.setAuditTimestamp(content.getSourceAuditTimestamp());
|
|
|
cache.setUpdateTimestamp(System.currentTimeMillis());
|
|
|
articleTitleHisCacheRepository.save(cache);
|
|
|
}
|
|
|
@@ -1256,6 +1254,7 @@ public class XxlJobService {
|
|
|
if (Objects.isNull(account) || CollectionUtil.isEmpty(contentList)) {
|
|
|
return;
|
|
|
}
|
|
|
+ recallService.setTitleAvgViewCount(contentList, account.getGhId(), "9", RankStrategyEnum.DEFAULT_STRATEGY.getStrategy());
|
|
|
FilterParam filterParam = buildFilterParam(item.getPlanId(), account, contentList);
|
|
|
FilterResult filterResult = filterService.filter(filterParam, true);
|
|
|
if (CollectionUtil.isNotEmpty(filterResult.getFilterContent())) {
|