Ejemplo n.º 1
0
 @Override
 public List<Authority> getPersonalAuths(int userId) {
   return userMapper.getPersonalAuth(userId);
 }