This commit is contained in:
liupopo
2023-12-04 12:01:26 +08:00
parent 8dbe4f2ceb
commit 1fc119fa1a
13 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- 重置预约-订单数据
delete from lpk_customer;
delete from lpk_reserve_order;
delete from lpk_reserve_order_goods;
update lpk_giftcard set state='2',customerSid='',customerMobile='';