904118851 8 months ago
parent
commit
e189687d66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      2_PRODUCT_FACTORY/dz_factory.js

+ 1 - 1
2_PRODUCT_FACTORY/dz_factory.js

@@ -34,7 +34,7 @@ async function processTask(){
                 
                 for (let index = 0; index < product_list_result.data.existingRecords.length; index++) {
                     const product_item = product_list_result.data.existingRecords[index];
-                    let info = {}
+                    let info = FilterList[product_item.product_id]
                     info.words = product_item.words
                     info.genre =  product_item.genre
                     info.book_id = product_item.product_id