From 92646432d5492a6509b18c5a7534f4e2145a53e3 Mon Sep 17 00:00:00 2001 From: "eason.qian" Date: Fri, 23 Mar 2018 09:59:04 +0800 Subject: [PATCH] fix --- src/db/modify.sql | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/db/modify.sql b/src/db/modify.sql index 390efea1f..24121ae31 100644 --- a/src/db/modify.sql +++ b/src/db/modify.sql @@ -336,4 +336,10 @@ PRIMARY key(`id`) alter table act_app_list MODIFY column is_show_window tinyint(1) DEFAULT 0 COMMENT 'app是否弹框' -alter table sys_clients_contract add column confirm_time datetime DEFAULT null comment '合同确认时间'; \ No newline at end of file +alter table sys_clients_contract add column confirm_time datetime DEFAULT null comment '合同确认时间'; + + +alter table act_app_list + add show_place smallint(3) default '111' not null comment '1:app顶部 10:banner 100:列表' +; +