gamma加载本地数据库核素信息关闭流

This commit is contained in:
qiaoqinzheng 2023-11-09 19:01:41 +08:00
parent e85d0ad2e8
commit 8f27aef511

View File

@ -1164,6 +1164,8 @@ public class GammaServiceImpl extends AbstractLogOrReport implements IGammaServi
} }
} catch (SQLException e) { } catch (SQLException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} finally {
dbUtil.close(statement, conn);
} }
return mapLines; return mapLines;
} }