| 123456 |
- DELETE FROM lsp_resource_info;
- INSERT INTO lsp_resource_info (id, name, url, category, method, type) VALUES ('31', '学会管理', '/oss/branch', '110401', '110301', '110202');
- INSERT INTO lsp_resource_info (id, name, url, category, method, type) VALUES ('32', '会员管理', '/oss/member/manage', '110401', '110301', '110202');
- INSERT INTO lsp_resource_info (id, name, url, category, method, type) VALUES ('33', '管理员管理', '/oss/user/manage', '110401', '110301', '110202');
- INSERT INTO lsp_resource_info (id, name, url, category, method, type) VALUES ('34', '总会会员统计', '/oss/user/list', '110401', '110301', '110202');
- INSERT INTO lsp_resource_info (id, name, url, category, method, type) VALUES ('35', '会员信息', '/oss/member/apply', '110401', '110301', '110202');
|