Browse Source

微信端健康记录接口

YE-YI 8 years ago
parent
commit
fe762200fe
1 changed files with 4 additions and 4 deletions
  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>
	</bean>
	
	
	<mvc:interceptors>
	<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:interceptor>
	        <mvc:mapping path="/doctor/**"/>
	        <mvc:mapping path="/doctor/**"/>
	        <bean class="com.yihu.wlyy.interceptors.DoctorInterceptor"/>
	        <bean class="com.yihu.wlyy.interceptors.DoctorInterceptor"/>