Browse Source

添加巡检报告权限

master
dengyinhuan 2 years ago
parent
commit
12f720e786
  1. 3
      script/1.0.3/schema/12.update_resource.sql

3
script/1.0.3/schema/12.update_resource.sql

@ -0,0 +1,3 @@
INSERT INTO public.resource (code, name, parent_resource) VALUES ('CHECKREPORT', '巡检报告', 'PATROL_MANAGE');
DELETE FROM public.user_resource WHERE id = 19;
INSERT INTO public.user_resource (id,user_id,resource) VALUES (19, 1, 'CHECKREPORT');
Loading…
Cancel
Save