!415 bug修复,clearMaxDepth清理内容不对

Merge pull request !415 from 唐振超/main
This commit is contained in:
Michael Yang 2024-02-01 01:36:53 +00:00 committed by Gitee
commit 13e1f7b539
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -96,7 +96,7 @@ public class RelationManager {
} }
public static void clearMaxDepth() { public static void clearMaxDepth() {
extraConditionParams.remove(); depthThreadLocal.remove();
} }