|
@@ -112,11 +112,14 @@ async function processTask(){
|
|
|
|
|
|
for (let index = 0; index < product_list_result.data.nonExistentIds.length; index++) {
|
|
|
const product_id = product_list_result.data.nonExistentIds[index];
|
|
|
- if(remove_product_list[product_id]==null){
|
|
|
+ if(remove_product_list[product_id]==true){
|
|
|
+
|
|
|
+ }else{
|
|
|
remove_product_list[product_id] = true
|
|
|
task_queue.push({result:{data:FilterList[product_id]}})
|
|
|
}
|
|
|
}
|
|
|
+ console.log("remove_product_list:",remove_product_list)
|
|
|
// if(Ids.length>0){
|
|
|
// await filter_data_controllers.updateFilterDataByIds({ids:Ids},{status:1})
|
|
|
// }
|