|
@@ -7,7 +7,7 @@ async function processTask(){
|
|
try{
|
|
try{
|
|
const result = task_list.pop()
|
|
const result = task_list.pop()
|
|
let product_result = await video_product_controllers.getProductData({ book_id: result.distribution_id });
|
|
let product_result = await video_product_controllers.getProductData({ book_id: result.distribution_id });
|
|
- if(!product_result.success){
|
|
|
|
|
|
+ if(product_result.success){
|
|
|
|
|
|
//判断免费是否存在
|
|
//判断免费是否存在
|
|
let mf_book = await video_product_controllers.getProductData({ book_id: result.book_id });
|
|
let mf_book = await video_product_controllers.getProductData({ book_id: result.book_id });
|