From d270558fa950034894dfb5338cb42741e72025cd Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 27 Mar 2024 13:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E4=B8=AD=E5=BF=83-=E6=B5=81=E7=A8=8B=E4=B8=AD=E5=BF=83-?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=9B=91=E6=8E=A7=20=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/prod/2024-3-18-变更.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/prod/2024-3-18-变更.sql b/db/prod/2024-3-18-变更.sql index 5ca7557d..1ab4e047 100644 --- a/db/prod/2024-3-18-变更.sql +++ b/db/prod/2024-3-18-变更.sql @@ -60,5 +60,9 @@ ALTER TABLE laws_standard_collection MODIFY COLUMN standard_name VARCHAR(200) co ALTER TABLE laws_standard_sharing MODIFY COLUMN standard_name VARCHAR(200) comment '标准名称'; ALTER TABLE process_fb_standard_purchase MODIFY COLUMN standard_name VARCHAR(200) comment '标准名称'; +-- 2024 0327 工作中心-流程中心-流程监控 增加菜单并控制权限。 +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`, `menu_en`, `app_id`) VALUES ('897f89018e7e652d018e7e652d670000', '897f89fa8b1c5a5b018b1c5a5b4c0000', '监控流程', NULL, NULL, NULL, NULL, 2, 'workCenter.processCenter.monitorProcess', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'admin', '2024-03-27 13:32:24', NULL, NULL, 0, 0, '1', 0, NULL, NULL); + +