You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wkcrm/public/sql/update_sql_200120.sql

7 lines
237 B

--
-- 登录日志权限 2020-01-06 16:27:36
--
INSERT INTO `5kcrm_admin_rule`(`id`, `types`, `title`, `name`, `level`, `pid`, `status`) VALUES
(151, 0, '登录日志', 'loginRecord', 2, 105, 1),
(152, 0, '查看', 'index', 3, 151, 1);