zhangyong 3 달 전
부모
커밋
b76430965c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      workers/video_count_job.py

+ 4 - 4
workers/video_count_job.py

@@ -148,11 +148,11 @@ def bot_carry_data():
         ks_xcx_count = sqlCollect.get_channel_count("快手小程序", "快手小程序")
         ytd_ks_xcx_count = sqlCollect.get_ytd_channel_count("快手小程序", "快手小程序")
 
-        ks_sou_count = sqlCollect.get_channel_count("快手搜索", "品类关键词搜索")
-        ytd_ks_sou_count = sqlCollect.get_ytd_channel_count("快手搜索", "品类关键词搜索")
+        ks_sou_count = sqlCollect.get_channel_count("快手搜索", "快手关键词搜索")
+        ytd_ks_sou_count = sqlCollect.get_ytd_channel_count("快手搜索", "快手关键词搜索")
 
-        dy_sou_count = sqlCollect.get_channel_count("抖音搜索", "品类关键词搜索")
-        ytd_dy_sou_count = sqlCollect.get_ytd_channel_count("抖音搜索", "品类关键词搜索")
+        dy_sou_count = sqlCollect.get_channel_count("抖音搜索", "抖音关键词搜索")
+        ytd_dy_sou_count = sqlCollect.get_ytd_channel_count("抖音搜索", "抖音关键词搜索")
 
         sph_sou_count = sqlCollect.get_channel_count("视频号搜索", "品类关键词搜索")
         ytd_sph_sou_count = sqlCollect.get_ytd_channel_count("视频号搜索", "品类关键词搜索")