eason.qian 7 years ago
parent f31b05ca74
commit 649422f6ef

@ -343,6 +343,5 @@ alter table act_app_list
add show_place smallint(3) default '111' not null comment '1:app顶部 10:banner 100:列表'
;
alter table sys_clients add COLUMN `new_contract` tinyint(1) DEFAULT '1' COMMENT '商户跳过签订新合同 1跳过 0不跳过';
ALTER TABLE `sys_clients_apply`
MODIFY COLUMN `bd_user` varchar(300) DEFAULT NULL COMMENT '所属BD用户';

Loading…
Cancel
Save