Commit dabd2c896b3add0c50b5bd4dbaaf98bd834daad8
1 parent
d5be21766f
Exists in
master
and in
8 other branches
增加权限
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
dabd2c8
... | ... | @@ -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" |