gamma加载本地数据库核素信息关闭流
This commit is contained in:
parent
e85d0ad2e8
commit
8f27aef511
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user