去掉回滚

This commit is contained in:
wuchunlei
2025-06-19 09:42:40 +08:00
parent dba5f3f02e
commit 7cb78d7a50

View File

@@ -167,7 +167,6 @@ public class AppController {
} }
return Result.nook(500,"订单加载失败"); return Result.nook(500,"订单加载失败");
} finally { } finally {
TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
lock.unlock(); lock.unlock();
} }
} }