Fix typos in data rule sql scripts (#926)

This commit is contained in:
Wu Clan
2025-11-18 19:33:24 +08:00
committed by GitHub
parent 636d867544
commit 0729061438
4 changed files with 8 additions and 8 deletions

View File

@@ -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