6_dml_lsp_resouce_info.sql 791 B

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