Skip to content

Commit 644a117

Browse files
author
zly
committed
提供的人
1 parent dbd1d9a commit 644a117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/db

modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/db/DbSqlSession.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityC
6565
this.entityCache = entityCache;
6666
this.sqlSession = dbSqlSessionFactory.getSqlSessionFactory().openSession();
6767
this.connectionMetadataDefaultCatalog = this.sqlSession.getConnection().getCatalog();
68+
6869
}
6970

7071
public DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) {

0 commit comments

Comments
 (0)