提交 6c86ed63 编写于 作者: Z Zhang Yonglun

fix pg dcl

上级 8792cd4a
......@@ -86,8 +86,7 @@ public final class AuthorityEnvironmentManager {
for (String each : sqls) {
try (Statement statement = connection.createStatement()) {
statement.execute(each);
} catch (final SQLException ex) {
log.error("execute '{}' failed.", each, ex);
} catch (final SQLException ignore) {
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册