From 774cb0ede0572062f025132a5c2a0262188abf05 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 23 Jul 2021 09:53:11 +0800 Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop --- gc-shop/src/main/resources/sql | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gc-shop/src/main/resources/sql b/gc-shop/src/main/resources/sql index c6a337a..950c277 100644 --- a/gc-shop/src/main/resources/sql +++ b/gc-shop/src/main/resources/sql @@ -73,6 +73,11 @@ ALTER TABLE `xzx_sys_news` ADD COLUMN `status` int(1) NULL DEFAULT 1 COMMENT '状态 1:未发布 2:已发布' AFTER `sort`; +ALTER TABLE `xzx_sys_banner` +ADD COLUMN `status` int(1) NULL DEFAULT 1 COMMENT '状态 1:未上架 2:已上架' AFTER `city_id`; + + + -- Gitblit v1.9.1