Merge remote-tracking branch 'origin/master'

pull/7524/head
JEECG 2024-10-21 11:30:20 +08:00
commit fedb6b84b9
1 changed files with 2 additions and 1 deletions

View File

@ -106,9 +106,10 @@ public class DynamicDBUtil {
dataSource.getConnection().commit();
dataSource.getConnection().close();
dataSource.close();
DataSourceCachePool.removeCache(dbKey);
}
} catch (SQLException e) {
e.printStackTrace();
log.info(e.getMessage(), e);
}
}