904118851 1 月之前
父节点
当前提交
2ab7cb2f33
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      task_script/run_all_fqmf_book_find_match_book.js
  2. 4 0
      task_script/run_all_qmmf_book_find_match_book.js

+ 4 - 0
task_script/run_all_fqmf_book_find_match_book.js

@@ -56,6 +56,10 @@ async function processTask(){
                             words:iap_book_info.words,
                             match_book:element.product_id
                         })
+                    }else{
+                        await video_product_controllers.updateData({id:book_info.id},{
+                            match_book:element.product_id
+                        })
                     }
 
                     await connection.execute(

+ 4 - 0
task_script/run_all_qmmf_book_find_match_book.js

@@ -56,6 +56,10 @@ async function processTask(){
                             words:iap_book_info.words,
                             match_book:element.product_id
                         })
+                    }else{
+                        await video_product_controllers.updateData({id:book_info.id},{
+                            match_book:element.product_id
+                        })
                     }
 
                     await connection.execute(