多租户商城-后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1023 B

2 years ago
  1. -- 清空订单数据和营销活动数据
  2. DELETE FROM cere_after_dilever;
  3. DELETE FROM cere_after_product;
  4. DELETE FROM cere_after_product_attribute;
  5. DELETE FROM cere_buyer_coupon;
  6. DELETE FROM cere_buyer_seckill_visit;
  7. DELETE FROM cere_buyer_shop_coupon;
  8. DELETE FROM cere_collage_order;
  9. DELETE FROM cere_collage_order_detail;
  10. DELETE FROM cere_order_after;
  11. DELETE FROM cere_order_dilever;
  12. DELETE FROM cere_order_return;
  13. DELETE FROM cere_shop_coupon;
  14. DELETE FROM cere_shop_coupon_detail;
  15. DELETE FROM cere_order_parent;
  16. DELETE FROM cere_order_product;
  17. DELETE FROM cere_order_product_attribute;
  18. DELETE FROM cere_order_reconciliation;
  19. DELETE FROM cere_notice;
  20. DELETE FROM cere_shop_discount;
  21. DELETE FROM cere_shop_discount_detail;
  22. DELETE FROM cere_shop_group_work;
  23. DELETE FROM cere_shop_group_work_detail;
  24. DELETE FROM cere_shop_order;
  25. DELETE FROM cere_shop_seckill;
  26. DELETE FROM cere_shop_seckill_detail;
  27. DELETE FROM cere_shop_comment;
  28. DELETE FROM cere_product_answer;
  29. DELETE FROM cere_product_problem;
  30. DELETE FROM cere_shop_cart;