904118851 hai 4 meses
pai
achega
c474207b56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){