|
@ -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"/>
|