|
@@ -61,6 +61,10 @@ async function processTask(){
|
|
|
})
|
|
|
}else{
|
|
|
console.error("没找父书:",video_product_info.product_parent_id)
|
|
|
+ await connection.execute(
|
|
|
+ ` UPDATE video_product SET status = 0 , publish_time = '2000-01-01 01:01:01' WHERE id = ${video_product_info.id} `
|
|
|
+ );
|
|
|
+ console.error("查无此书:",video_product_info)
|
|
|
}
|
|
|
}
|
|
|
}
|