From fa92b7908d4091bc2e418549500e64cd9813e755 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 24 Sep 2021 11:11:49 +0800 Subject: [PATCH] fix refundOrder and add modifyMemberInfo --- sql/xc_mall.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sql/xc_mall.sql b/sql/xc_mall.sql index 4877700..d459688 100644 --- a/sql/xc_mall.sql +++ b/sql/xc_mall.sql @@ -278,6 +278,6 @@ alter table mall_order_refund add type int null comment '1-仅退款不退货2-退款退货'; alter table mall_order_refund add before_status int null comment '订单退款前状态'; - +alter table mall_order_refund add refund_time datetime null comment '退款时间'; -- Gitblit v1.9.1