|
@@ -80,9 +80,9 @@ async function processCreateTask(){
|
|
|
if(task_queue.length>0){
|
|
|
let task_queue_item = task_queue.pop()
|
|
|
let product = await video_product_controllers.getProductData({ book_id: task_queue_item.result.data.book_id });
|
|
|
+ let FilterConfig = await redis_help.getKeyValue("FilterConfig")
|
|
|
+ FilterConfig = JSON.parse(FilterConfig)
|
|
|
if(!product.success){
|
|
|
- let FilterConfig = await redis_help.getKeyValue("FilterConfig")
|
|
|
- FilterConfig = JSON.parse(FilterConfig)
|
|
|
result = task_queue_item.result
|
|
|
let tg_platform_id = result.data.tg_platform_id
|
|
|
if(tg_platform_id==1){
|