From a9fecbe0e1309fa50920ccd4ed8fe6e104cf9d98 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 28 Mar 2024 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E6=B5=B7=E5=A4=96?= =?UTF-8?q?=E6=A0=87=E5=87=86-=E9=9B=B6=E9=83=A8=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E3=80=81=E9=80=82=E7=94=A8=E8=BD=A6=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=88=90=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/prod/2024-3-18-变更.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/prod/2024-3-18-变更.sql b/db/prod/2024-3-18-变更.sql index 1ab4e047..52e8777e 100644 --- a/db/prod/2024-3-18-变更.sql +++ b/db/prod/2024-3-18-变更.sql @@ -63,6 +63,8 @@ ALTER TABLE process_fb_standard_purchase MODIFY COLUMN standard_name VARCHAR(200 -- 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); +-- 2024 0328 海外标准-零部件分类、适用车型修改成非必填 +UPDATE laws_tag SET field_must_input = 0 WHERE table_name = 'laws_overseas_standard' AND (db_field_txt = '零部件分类' OR db_field_txt= '适用车型')