Commit 33ee894c82eaef7941fbdda6b03d9869c80ad755
1 parent
0c185a10d3
Exists in
master
and in
1 other branch
增加权限
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
33ee894
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | </list> |
48 | 48 | </property> |
49 | 49 | </bean>--> |
50 | - | |
50 | + <!-- | |
51 | 51 | <bean |
52 | 52 | class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="nameAutoProxyCreator"> |
53 | 53 | <property name="beanNames" value="*Mapper" /> |
... | ... | @@ -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" |