浏览代码

微信端健康记录接口

YE-YI 8 年之前
父节点
当前提交
fe762200fe
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      patient-co-wlyy/src/main/webapp/WEB-INF/spring-mvc.xml

+ 4 - 4
patient-co-wlyy/src/main/webapp/WEB-INF/spring-mvc.xml

@ -77,10 +77,10 @@
	</bean>
	
	<mvc:interceptors>
		<!--<mvc:interceptor>-->
	        <!--<mvc:mapping path="/patient/**"/>-->
	        <!--<bean class="com.yihu.wlyy.interceptors.PatientInterceptor"/>-->
	    <!--</mvc:interceptor>-->
		<mvc:interceptor>
	        <mvc:mapping path="/patient/**"/>
	        <bean class="com.yihu.wlyy.interceptors.PatientInterceptor"/>
	    </mvc:interceptor>
	    <mvc:interceptor>
	        <mvc:mapping path="/doctor/**"/>
	        <bean class="com.yihu.wlyy.interceptors.DoctorInterceptor"/>