mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
Fix typos in data rule sql scripts (#926)
This commit is contained in:
@@ -108,8 +108,8 @@ values
|
||||
|
||||
insert into sys_data_rule (id, name, model, "column", operator, expression, "value", created_time, updated_time)
|
||||
values
|
||||
(1, '部门名称等于测试', '部门', 'name', 1, 0, '测试', now(), null),
|
||||
(2, '父部门 ID 等于 1', '部门', 'parent_id', 0, 0, '1', now(), null);
|
||||
(1, '部门名称等于测试', 'Dept', 'name', 1, 0, '测试', now(), null),
|
||||
(2, '父部门 ID 等于 1', 'Dept', 'parent_id', 0, 0, '1', now(), null);
|
||||
|
||||
insert into sys_role_data_scope (id, role_id, data_scope_id)
|
||||
values
|
||||
|
||||
Reference in New Issue
Block a user