[update] UAT测试-删除无用的菜单

This commit is contained in:
fengchenchen
2024-08-20 18:22:11 +08:00
parent 1e249f2033
commit 82bf63178d
+5
View File
@@ -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';