|
@@ -624,4 +624,8 @@ SET name='查看报告', url='View', `type`='LINK', parent_id=2002, `sequence`=1
|
|
|
WHERE id=2025;
|
|
|
INSERT INTO sys_privilege
|
|
|
(id, name, url, `type`, parent_id, `sequence`, property, related, enable, default_auth, front_display)
|
|
|
-VALUES(2031, '报告数据发生变化', '/api/admin/course/degree/report/change', 'URL', 2006, 1, 'AUTH', NULL, 1, 1, 1);
|
|
|
+VALUES(2031, '报告数据发生变化', '/api/admin/course/degree/report/change', 'URL', 2006, 1, 'AUTH', NULL, 1, 1, 1);
|
|
|
+
|
|
|
+UPDATE `sys_privilege` SET `enable` = '0', `front_display` = '0' WHERE (`id` = '515');
|
|
|
+UPDATE `sys_privilege` SET `enable` = '0', `front_display` = '0' WHERE (`id` = '450');
|
|
|
+UPDATE `sys_privilege` SET `enable` = '0', `front_display` = '0' WHERE (`id` = '358');
|