From a5fb20e72d86c7d88ffd76a08ad6c98e4c4c1e98 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 06 Mar 2023 17:28:26 +0800
Subject: [PATCH] 签到,积分设置

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

diff --git a/sql/xc_mall.sql b/sql/xc_mall.sql
index 6dc6ffd..e715e06 100644
--- a/sql/xc_mall.sql
+++ b/sql/xc_mall.sql
@@ -371,3 +371,5 @@
    PRIMARY KEY (ID)
 )  COMMENT = '新闻中心';
 
+alter table mall_money_flow add is_return int null comment '是否返利';
+alter table mall_member_wallet modify balance decimal(20,2) not null comment '余额';

--
Gitblit v1.9.1