Commit a436b07bee5c350ff310d08574bcc1e992225644
Exists in
master
and in
8 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
a436b07
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | </set> |
38 | 38 | </property> |
39 | 39 | </bean> |
40 | - <!--自动代理dao层 --> | |
40 | + <!--自动代理dao层 | |
41 | 41 | <bean |
42 | 42 | class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="autoProxyCreator"> |
43 | 43 | <property name="beanNames" value="*Dao" /> |
... | ... | @@ -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" |