From b6d7fc633dbe6871c6480f8cc57b110dc846ab09 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Mon, 18 Mar 2024 09:15:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2082751=20=E8=B4=A2=E5=8A=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86--=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8--=E5=BC=80?= =?UTF-8?q?=E7=A5=A8--=E6=B7=BB=E5=8A=A0/=E7=BC=96=E8=BE=91--=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=B6=85=E5=87=BA=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index a93503a6..402bd50b 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -50,7 +50,7 @@ INSERT INTO `sys_permission`( id, parent_id, name, perms, perms_type, sort_no, m INSERT INTO sys_permission ( id, parent_id, name, perms, perms_type, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external, external_terminal_show ) VALUES ( '1765573709906612225', '1430376267109978113', '是否打包企业', 'company:updatePackageEnterprise', '1', 1.0, 2, true, true, false, 'chh', 0, false, '2024-03-07 11:02:29', '1', false, false, true ) ALTER TABLE `pay_mail_bill` - ADD COLUMN `invoice_file_id` varchar(50) NULL COMMENT '发票附件id' AFTER `no_tax_amount`; + ADD COLUMN `invoice_file_id` varchar(500) NULL COMMENT '发票附件id' AFTER `no_tax_amount`; ALTER TABLE `pay_working_group` ADD COLUMN `pay_flag` tinyint(1) NULL DEFAULT NULL COMMENT '是否收费标识(0不收费 1收费)' AFTER `update_time`;