|
@@ -75,9 +75,9 @@ async function processTask(){
|
|
// }
|
|
// }
|
|
}catch(e){
|
|
}catch(e){
|
|
console.error("processTask error:",e)
|
|
console.error("processTask error:",e)
|
|
- if(result!=null&&result!=undefined){
|
|
|
|
- await filter_data_controllers.updateFilterData({id:result.data.id},{status:2})
|
|
|
|
- }
|
|
|
|
|
|
+ // if(result!=null&&result!=undefined){
|
|
|
|
+ // await filter_data_controllers.updateFilterData({id:result.data.id},{status:2})
|
|
|
|
+ // }
|
|
} finally{
|
|
} finally{
|
|
global.setTimeout(processTask, 500);
|
|
global.setTimeout(processTask, 500);
|
|
}
|
|
}
|
|
@@ -185,7 +185,7 @@ CMD.update_filter_data = async function(FilterConfig,data) {
|
|
// console.log("data.genre:",data.genre,data,isGenre)
|
|
// console.log("data.genre:",data.genre,data,isGenre)
|
|
if(isGenre){
|
|
if(isGenre){
|
|
try{
|
|
try{
|
|
- await CMD.video_product_material(data)
|
|
|
|
|
|
+ CMD.video_product_material(data)
|
|
}catch(e){
|
|
}catch(e){
|
|
console.log("video_product_material error:",e)
|
|
console.log("video_product_material error:",e)
|
|
}
|
|
}
|