904118851 4 周之前
父节点
当前提交
aa90a467a4

二进制
dump.rdb


二进制
src/api/hy/qr.gif


二进制
src/api/hy/qr_resized.gif


+ 1 - 1
task_script/run_fq_iaa_match_7day.js

@@ -17,7 +17,7 @@ async function processTask(){
         });
 
         const [records] = await connection.execute(
-            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND publish_time <= CURDATE()
+            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 30 DAY) AND publish_time <= CURDATE()
              AND book_platform = ${config.platform_fanqiemf} AND match_book = "NONE" LIMIT 1000 ;`
          );
 

+ 1 - 1
task_script/run_fq_iap_match_7day.js

@@ -17,7 +17,7 @@ async function processTask(){
         });
 
         const [records] = await connection.execute(
-            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND publish_time <= CURDATE()
+            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 30 DAY) AND publish_time <= CURDATE()
              AND book_platform = ${config.platform_fanqie} AND match_book = "NONE" LIMIT 1000 ;`
          );
 

+ 1 - 1
task_script/run_qm_iaa_match_7day.js

@@ -17,7 +17,7 @@ async function processTask(){
         });
 
         const [records] = await connection.execute(
-            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND publish_time <= CURDATE()
+            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 30 DAY) AND publish_time <= CURDATE()
              AND book_platform = ${config.platform_qmmf} AND match_book = "NONE" LIMIT 1000 ;`
          );
 

+ 1 - 1
task_script/run_qm_iap_match_7day.js

@@ -17,7 +17,7 @@ async function processTask(){
         });
 
         const [records] = await connection.execute(
-            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND publish_time <= CURDATE()
+            `SELECT * FROM video_product WHERE publish_time >= DATE_SUB(CURDATE(), INTERVAL 30 DAY) AND publish_time <= CURDATE()
              AND book_platform = ${config.platform_qimao} AND match_book = "NONE" LIMIT 1000 ;`
          );