mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
:trollface: 改漏了
This commit is contained in:
parent
f732d14809
commit
f70ff3186c
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user