Commit 754a302c12ded424470b9c55ff41470f7607d1de
1 parent
08b7573843
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 2 additions and 2 deletions
platform-data-api/src/main/resources/spring/applicationContext-dal.xml
View file @
754a302
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | <property name="dataSource" ref="dataSourceB" /> |
44 | 44 | <property name="mapperLocations"> |
45 | 45 | <list> |
46 | - <value>classpath*:mainOrm/*.xml</value> | |
46 | + <value>classpath*:mainOrm/master/*.xml</value> | |
47 | 47 | </list> |
48 | 48 | </property> |
49 | 49 | </bean> |
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | <!-- all class in the back-package are auto loaded as a mapper --> |
52 | 52 | <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> |
53 | 53 | <property name="sqlSessionFactoryBeanName" value="mainSqlSessionFactory"></property> |
54 | - <property name="basePackage" value="com.lyms.platform.permission.dao" /> | |
54 | + <property name="basePackage" value="com.lyms.platform.permission.dao.master" /> | |
55 | 55 | </bean> |
56 | 56 | |
57 | 57 | <!-- manage transaction --> |