Object object = SpringConfigUtil.getBean(beanName);
Method method = ReflectionUtils.findMethod(object.getClass(), methodName, PageVO.class);
Map resultMap = (Map) ReflectionUtils.invokeMethod(method, object, pageVO);
原文地址:https://blog.51cto.com/butcher36/2445070
时间: 2024-10-11 21:45:33