904118851 4 月之前
父节点
当前提交
24ee89e6e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      task_script/async_filter_data.js

+ 1 - 1
task_script/async_filter_data.js

@@ -48,7 +48,7 @@ async function processTask(){
 
         let video_product_row = row1[0]
 
-        sql = `UPDATE filter_data SET status = 1 , book_name = "${video_product_row.product_name}" , genre = ${video_product_row.genre} ,words = "${video_product_row.words}" WHERE book_id = "${video_product_row.product_id}" AND status = 0 AND tg_platform_id = ${video_product_row.book_platform} `
+        sql = `UPDATE filter_data SET status = 1 , book_name = "${video_product_row.product_name}" , genre = ${video_product_row.genre} ,words = "${video_product_row.words}" WHERE book_id = "${video_product_row.product_id}" AND status = 0 AND tg_platform_id = ${config.platform_heiyan} `
 
         console.log("processTask:",video_product_row)