|
@@ -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)
|
|
|
|