Object object = SpringConfigUtil.getBean(beanName);Method method = ReflectionUtils.findMethod(object.getClass(), methodName, PageVO.class);Map resultMap = (Map) ReflectionUtils.invokeMethod(method, object, pageVO);