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.

8 lines
237 B

2 years ago
-- 重置预约-订单数据
delete from lpk_customer;
delete from lpk_reserve_order;
delete from lpk_reserve_order_goods;
2 years ago
update lpk_giftcard set state='2',customerSid='',customerMobile='',bindDate=null,isItInvalid=0,isReservation=0;
2 years ago