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.
7 lines
237 B
7 lines
237 B
|
|
-- 重置预约-订单数据
|
|
delete from lpk_customer;
|
|
delete from lpk_reserve_order;
|
|
delete from lpk_reserve_order_goods;
|
|
update lpk_giftcard set state='2',customerSid='',customerMobile='',bindDate=null,isItInvalid=0,isReservation=0;
|
|
|
|
|