Skip to content

Commit 4aad578

Browse files
committed
Update dict sql
1 parent 813031c commit 4aad578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/plugin/dict/sql/mysql/init.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
insert into sys_dict_type (id, name, code, remark, created_time, updated_time)
22
values
3-
(1, '通用状态', 'sys_status', '系统通用状态:启用/停用', now(), null),
4-
(2, '通用开关', 'sys_choose', '系统通用开关:开启/关闭', now(), null),
3+
(1, '通用状态', 'sys_status', '系统通用状态:1/0', now(), null),
4+
(2, '通用开关', 'sys_choose', '系统通用开关:true/false', now(), null),
55
(3, '菜单类型', 'sys_menu_type', '系统菜单类型', now(), null),
66
(4, '登录状态', 'sys_login_status', '用户登录状态', now(), null),
77
(5, '数据规则运算符', 'sys_data_rule_operator', '数据权限规则运算符', now(), null),

0 commit comments

Comments
 (0)