Commit ef7576fef16aa582e8b34968eba4e956f659a726
1 parent
cfa38083b4
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 @
ef7576f
... | ... | @@ -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" |