未验证 提交 1f8851b9 编写于 作者: I iceblue510 提交者: GitHub

modify sqlTask (#3152)

上级 0692dca4
......@@ -364,7 +364,7 @@ public class SqlTask extends AbstractTask {
Connection connection){
if (resultSet != null){
try {
connection.close();
resultSet.close();
} catch (SQLException e) {
}
......@@ -372,7 +372,7 @@ public class SqlTask extends AbstractTask {
if (pstmt != null){
try {
connection.close();
pstmt.close();
} catch (SQLException e) {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册