dengyinhuan
2 years ago
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
DELETE FROM public.user_resource WHERE id = 14; |
||||
|
DELETE FROM public.user_resource WHERE id = 15; |
||||
|
INSERT INTO public.user_resource (id,user_id,resource) VALUES (14, 1, 'WENTICHULI'); |
||||
|
INSERT INTO public.user_resource (id,user_id,resource) VALUES (15, 1, 'XIUGAIJIUHA'); |
@ -0,0 +1,2 @@ |
|||||
|
INSERT INTO public.resource (code, name, parent_resource) VALUES ('WENTICHULI', '问题处理', NULL); |
||||
|
INSERT INTO public.resource (code, name, parent_resource) VALUES ('XIUGAIJIUHA', '修改计划', 'WENTICHULI'); |
Loading…
Reference in new issue