|
@@ -94,7 +94,7 @@ async function processTask(){
|
|
|
}
|
|
|
}
|
|
|
//找到相同数据的数据进行同步
|
|
|
- await findSameFilterData(product_list_result.data.existingRecords,FilterConfig)
|
|
|
+ // await findSameFilterData(product_list_result.data.existingRecords,FilterConfig)
|
|
|
let Ids = []
|
|
|
for (let index = 0; index < product_list_result.data.nonExistentIds.length; index++) {
|
|
|
const product_id = product_list_result.data.nonExistentIds[index];
|