INSERT INTO `role` (`id`, `role_name`, `role_type`) VALUES ('1', '超级管理员', '999999'), VALUES ('2', '地区管理员', '99999'), VALUES ('3', '审核员', '9999');