【update】2024 0325 海外标准- 树状图名称里的“国外标准”改为“其他国家和地区标准”

This commit is contained in:
fengchenchen
2024-03-25 10:47:11 +08:00
parent 6399781d51
commit ac4898d41a
+4
View File
@@ -48,4 +48,8 @@ ALTER TABLE `sys_sms_template`
UPDATE `sys_permission` SET `parent_id` = '1701115046088802305', `name` = '法规评估库', `url` = '/projectLibrary/SpecialProjectLibrary', `component` = 'projectLibrary/specialProjectLibrary/SpecialProjectLibrary', `component_name` = NULL, `redirect` = NULL, `menu_type` = 1, `perms` = NULL, `perms_type` = '1', `sort_no` = 3.00, `always_show` = 0, `icon` = NULL, `is_route` = 1, `is_leaf` = 0, `keep_alive` = 0, `hidden` = 0, `description` = NULL, `create_by` = 'admin', `create_time` = '2023-11-14 17:21:33', `update_by` = NULL, `update_time` = NULL, `del_flag` = 0, `rule_flag` = 0, `status` = '1', `internal_or_external` = 0, `menu_en` = NULL, `app_id` = NULL WHERE `id` = '897f80938bcd2157018bcd22d1770001';
-- 2024 0325 海外标准- 树状图名称里的“国外标准”改为“其他国家和地区标准”
UPDATE laws_tree_node SET node_name = '其他国家和地区标准' WHERE node_name = '国外标准';