From 82bf63178d0fe005e4f0abf27fe6ecd978fef2e2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 20 Aug 2024 18:22:11 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20UAT=E6=B5=8B=E8=AF=95-=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/update/测试阶段.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/update/测试阶段.sql b/db/update/测试阶段.sql index e2b24633..91002d92 100644 --- a/db/update/测试阶段.sql +++ b/db/update/测试阶段.sql @@ -89,3 +89,8 @@ UPDATE laws_tag SET db_length = 200 WHERE del_flag = 0 AND (id = '18033352005712 -- 2024-08-20 标签管理里面增加 配置需求、认证对象 字段的维护。 UPDATE sys_dict SET is_read_only = 2, is_tag_dict = 1, attribute_type = 1, order_num = 99 WHERE `dict_name` = '配置需求' AND id = '1803365685575520258'; UPDATE sys_dict SET is_read_only = 2, is_tag_dict = 1, attribute_type = 1, order_num = 100 WHERE `dict_name` = '认证对象' AND id = '1801553290082414594'; + +-- 2024-08-20 删除菜单==外来标准法规文本库详情/提交问题 +UPDATE sys_permission SET del_flag = 1 WHERE `name` = '提交问题' AND id = '1701176754337632257'; +-- 2024-08-20 删除菜单==企业标准详情/标准解读 +UPDATE sys_permission SET del_flag = 1 WHERE `name` = '标准解读' AND id = '897f89d78ba8fc57018ba8fc57eb0000';