wangliang 7 сар өмнө
parent
commit
fc7795e1b5

+ 3 - 0
sop-api/install/mysql/upgrade/1.1.3.sql

@@ -108,3 +108,6 @@ ALTER TABLE t_b_ding_statistic_by_person
 
 INSERT INTO sys_privilege (id, name, url, type, parent_id, sequence, property, enable, default_auth, front_display) VALUES ('2123', '工时统计-统计计算', '/api/admin/tb/ding/statistic/calculate', 'URL', '29', '4', 'AUTH', '1', '1', '0');
 INSERT INTO sys_privilege (id, name, url, type, parent_id, sequence, property, related, enable, default_auth, front_display) VALUES ('2124', '统计计算', 'Calculate', 'BUTTON', '29', '5', 'AUTH', '2123', '1', '0', '1');
+
+DELETE FROM sys_privilege WHERE (id = '2123');
+DELETE FROM sys_privilege WHERE (id = '2124');