jiang
2022-07-19 a51b41110104ff43bbd716fddd3e44368256beef
src/main/java/com/genersoft/iot/vmp/utils/SpringBeanFactory.java
@@ -34,7 +34,9 @@
     * 获取对象 这里重写了bean方法,起主要作用
     */
    public static Object getBean(String beanId) throws BeansException {
        if (applicationContext == null) return null;
        if (applicationContext == null) {
            return null;
        }
        return applicationContext.getBean(beanId);
    }