|
|
@ -3,5 +3,5 @@ |
|
|
|
delete from lpk_customer; |
|
|
|
delete from lpk_reserve_order; |
|
|
|
delete from lpk_reserve_order_goods; |
|
|
|
update lpk_giftcard set state='2',customerSid='',customerMobile=''; |
|
|
|
update lpk_giftcard set state='2',customerSid='',customerMobile='',bindDate=null,isItInvalid=0,isReservation=0; |
|
|
|
|
|
|
|