Fix su recalc column in caso di entity nulla
This commit is contained in:
@@ -824,6 +824,9 @@ public abstract class EntityBase implements Serializable, Cloneable, EntityInter
|
||||
sqlField = split[1];
|
||||
} else entity = this;
|
||||
|
||||
if(entity == null)
|
||||
return;
|
||||
|
||||
if (entity instanceof List) {
|
||||
List<EntityInterface> list = (List<EntityInterface>) entity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user