From e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 17 May 2022 21:45:39 +0800 Subject: [PATCH] fix score orderList and flowList and editor --- 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