From 41bda9337a05e51d2fd7384e63b93141e467c71d Mon Sep 17 00:00:00 2001 From: liupopo Date: Wed, 6 Dec 2023 18:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC2.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/databases/重置预约订单数据.sql | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/databases/重置预约订单数据.sql b/docs/databases/重置预约订单数据.sql index f2fb8d5..10f3b9a 100644 --- a/docs/databases/重置预约订单数据.sql +++ b/docs/databases/重置预约订单数据.sql @@ -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; diff --git a/pom.xml b/pom.xml index 1ef9463..0b3f4b1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ yxt-yyth-biz com.yxt.yyth - 0.0.1 + 2.0.1