904118851 4 bulan lalu
induk
melakukan
c474207b56
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      2_PRODUCT_FACTORY/hy_batch_factory.js

+ 1 - 1
2_PRODUCT_FACTORY/hy_batch_factory.js

@@ -158,7 +158,7 @@ async function processCreateTask(){
                 await filter_data_controllers.updateFilterData({id:result.data.id},{status:2,book_id:other_book.data.product_id,book_name:other_book.data.product_name,material_sync_status:2})
                 throw "处理了一条长篇或者筛选不要的书"
             }
-            let product = await video_product_controllers.getProductData({ book_id: task_queue_item.result.data.book_id });
+            let product = await video_product_controllers.getProductData({ book_id: result.data.book_id });
             let FilterConfig = await redis_help.getKeyValue("FilterConfig")
             FilterConfig = JSON.parse(FilterConfig)
             if(!product.success){