from admin.dboper import * # 查询所有用户角色 def loadallrole (): sql = "select * from roleinfo" results = mySQL_Query(sql) return results