浏览代码

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 8 年之前
父节点
当前提交
7e19e0a893
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/MvcConfig.java

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/MvcConfig.java

@ -42,7 +42,7 @@ public class MvcConfig extends WebMvcConfigurerAdapter {
        registry.addInterceptor(userInterceptor).addPathPatterns("/user/**");
        registry.addInterceptor(userInterceptor).addPathPatterns("/user/**");
        super.addInterceptors(registry);
        super.addInterceptors(registry);
        logger.info("初始化拦截器");
        logger.info("init doctorInterceptor,patientInterceptor");
    }
    }
//    /**
//    /**
//     * 为null的数据不返回
//     * 为null的数据不返回