diff --git a/src/org/redkale/source/EntityCache.java b/src/org/redkale/source/EntityCache.java index 2e3d1623e..fc495d02b 100644 --- a/src/org/redkale/source/EntityCache.java +++ b/src/org/redkale/source/EntityCache.java @@ -100,6 +100,8 @@ public final class EntityCache { public void fullLoad() { if (info.fullloader == null) { + this.list = new ConcurrentLinkedQueue(); + this.map = new ConcurrentHashMap(); this.fullloaded = true; return; }