From 5edab20ea1979055a4d46a738f9762ad573bcf59 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 25 Sep 2021 10:22:33 +0800
Subject: [PATCH] fix payOrder

---
 sql/xc_mall.sql |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/sql/xc_mall.sql b/sql/xc_mall.sql
index 01295a9..18d4da2 100644
--- a/sql/xc_mall.sql
+++ b/sql/xc_mall.sql
@@ -298,5 +298,10 @@
 alter table mall_order_refund add phone varchar(32) null comment '联系电话';
 alter table mall_order_refund add address text null comment '地址';
 
+alter table mall_money_flow add rt_member_id bigint null comment '返利用户ID';
+alter table mall_money_flow add status int null comment '提现状态 1-提现中2-成功3-拒绝';
+
+alter table mall_order_info add pay_image varchar(1000) null comment '支付凭证';
+
 
 

--
Gitblit v1.9.1