:trollface: 改漏了

This commit is contained in:
VampireAchao 2022-09-07 15:12:11 +08:00
parent f732d14809
commit f70ff3186c

View File

@ -151,7 +151,7 @@ public class Db extends AbstractDb<Db> {
// 执行事务 // 执行事务
try { try {
func.call(this); func.accept(this);
// 提交 // 提交
conn.commit(); conn.commit();
} catch (final Throwable e) { } catch (final Throwable e) {