904118851 il y a 1 mois
Parent
commit
2ab7cb2f33

+ 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(