瀏覽代碼

Merge branch 'wyp/20250506-export' of Server/long-article-recommend into master

wangyunpeng 1 月之前
父節點
當前提交
e53eecd039
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

+ 2 - 1
long-article-recommend-service/src/main/resources/mapper/aigc/AigcBaseMapper.xml

@@ -364,9 +364,10 @@
     <select id="getVideoPoolPlatformCrawlerCount" resultType="java.lang.Long">
         select count(1)
         from crawler_content cc
+        join crawler_plan_result_rel cprr on cc.channel_content_id = cprr.channel_source_id
         join crawler_content_video_pool_relation ccvpr on cc.channel_content_id = ccvpr.channel_content_id
         where ccvpr.platform = #{platform}
-        and cc.crawler_timestamp between #{start} and #{end}
+        and cprr.create_timestamp between #{start} and #{end}
     </select>
 
     <select id="getVideoPoolPlatformProduceCount" resultType="java.lang.Long">