This commit is contained in:
Redkale
2018-08-13 19:20:21 +08:00
parent ef88063094
commit 9365052b85

View File

@@ -447,7 +447,6 @@ public final class EntityCache<T> {
this.list.add(rs);
return 1;
} else {
update(value);
logger.log(Level.WARNING, this.type + " cache repeat insert data: " + value);
return 0;
}