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(