企业微信成员新增
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ public class YudaoMybatisAutoConfiguration {
|
||||
public SqlSessionFactory sqlSessionFactory(DynamicDataSourceProvider dynamicDataSourceProvider) throws Exception {
|
||||
MybatisSqlSessionFactoryBean factory = new MybatisSqlSessionFactoryBean();
|
||||
Map<String, DataSource> map = dynamicDataSourceProvider.loadDataSources();
|
||||
factory.setDataSource(map.get("xiaohui"));
|
||||
factory.setDataSource(map.get("bxg"));
|
||||
return getSqlSessionFactory(factory);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user