From d8c1cd58845e75f393664a111a6a30aa2754527e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 10 Feb 2023 16:37:28 +0800
Subject: [PATCH] 增加了支付之前的验证接口

---
 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 19039be..e715e06 100644
--- a/sql/xc_mall.sql
+++ b/sql/xc_mall.sql
@@ -372,4 +372,4 @@
 )  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