liqian 1 年之前
父節點
當前提交
179cae3c19
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ad_predict_user_data_process.py
  2. 1 1
      ad_predict_video_data_process.py

+ 1 - 1
ad_predict_user_data_process.py

@@ -142,7 +142,7 @@ def timer_check():
     if data_count > 0:
         print(f"ad predict user data count = {data_count}")
         # 数据准备好,进行更新
-        user_data_process(project=project, table=table, dt=dt, app_type=0)
+        user_data_process(project=project, table=table, dt=dt, app_type=5)
         print(f"ad predict user data update end!")
     else:
         # 数据没准备好,1分钟后重新检查

+ 1 - 1
ad_predict_video_data_process.py

@@ -161,7 +161,7 @@ def timer_check():
     if data_count > 0:
         print(f"ad predict video data count = {data_count}")
         # 数据准备好,进行更新
-        video_data_process(project=project, table=table, dt=dt, app_type=0)
+        video_data_process(project=project, table=table, dt=dt, app_type=5)
         print(f"ad predict video data update end!")
     else:
         # 数据没准备好,1分钟后重新检查