From 15a1144992c069c4426739348f535af3d37477df Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 27 Dec 2023 18:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=20sql-=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86-=E5=88=B0=E8=B4=A6=E5=BC=80?= =?UTF-8?q?=E7=A5=A8-=E6=92=A4=E5=9B=9E=E5=BC=80=E7=A5=A8=E3=80=81?= =?UTF-8?q?=E6=92=A4=E5=9B=9E=E7=A1=AE=E8=AE=A4=E6=94=B6=E5=85=A5=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年1月5日上线变更.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/24年1月5日上线变更.sql b/db/24年1月5日上线变更.sql index dd6568cb..d124c85c 100644 --- a/db/24年1月5日上线变更.sql +++ b/db/24年1月5日上线变更.sql @@ -12,5 +12,10 @@ ALTER TABLE `pay_member_project_subitem` ADD COLUMN `estimated_arrival_date` dat -- pay_working_group_subitem表新增estimated_arrival_date(预估到账日期)字段 ALTER TABLE `pay_working_group_subitem` ADD COLUMN `estimated_arrival_date` date COMMENT '预估到账日期'; +-- 财务管理-到账开票-撤回开票、撤回确认收入菜单的调整 +INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1739913897061462018', '1435815710331621378', '撤销确认收入', NULL, NULL, NULL, NULL, 2, 'incomePaymentAndInvoicing:revokeConfirm', '1', 11.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2023-12-27 15:39:34', NULL, NULL, 0, 0, '1', 0, 1); +INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1739913548313473026', '1435815710331621378', '撤销开票', NULL, NULL, NULL, NULL, 2, 'incomePaymentAndInvoicing:revokeInvoice', '1', 10.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2023-12-27 15:38:11', NULL, NULL, 0, 0, '1', 0, 1); +update sys_permission SET `name` = '撤销来款' WHERE id = '1570599545738825729'; + -- pay_meeting_situation 添加预计到账日期 ALTER TABLE `pay_meeting_situation` ADD COLUMN `estimated_arrival_date` datetime COMMENT '预计到账日期';