|
@@ -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
|