#清理删除状态的商品,以及其关联的表,总14个表 #原理是以商品属性表(ent_product_item)为标准,先删除其数据,再关联其他表清理(不存在关联关系的其他表数据会被清理) #测试清理14个表时间>2小时 #1、商品属性表(ent_product_item) delete from ent_product_item where status=5 and last_update_date