ThreadLocal remove

This commit is contained in:
jinhaiyang 2024-08-23 10:37:42 +08:00
parent 74ba51e540
commit ecdbd05f7f

View File

@ -82,6 +82,7 @@ public class AfterCommitExecutorImpl extends TransactionSynchronizationAdapter {
} }
} }
RUNNABLES.remove(); RUNNABLES.remove();
ROLLBACK_RUNNABLES.remove();
} }
public List<Runnable> getRunnables() { public List<Runnable> getRunnables() {