Commit 712f29826fe2998bfe23a1969e53f3be06929737
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
712f298
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | <value>dalInterceptor</value> |
47 | 47 | </list> |
48 | 48 | </property> |
49 | - </bean> | |
49 | + </bean>--> | |
50 | 50 | |
51 | 51 | <bean |
52 | 52 | class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="nameAutoProxyCreator"> |
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 | <value>mysqlDalInterceptor</value> |
57 | 57 | </list> |
58 | 58 | </property> |
59 | - </bean>--> | |
59 | + </bean> | |
60 | 60 | |
61 | 61 | <!-- dal层方法性能统计--> |
62 | 62 | <bean id="mysqlDalInterceptor" |