Commit f874c43f94f15412336873e219af50be6e1947c6
1 parent
7580bb47f8
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 @
f874c43
... | ... | @@ -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" /> |
... | ... | @@ -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"> |