fixed groupby.prototype
This commit is contained in:
parent
488cb46c09
commit
f443c70916
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ public class DbMapping implements Updatable {
|
||||||
groupbyMapping.propertiesRel = propertiesRel.getGroupbyPropertyRelation ();
|
groupbyMapping.propertiesRel = propertiesRel.getGroupbyPropertyRelation ();
|
||||||
else
|
else
|
||||||
groupbyMapping.propertiesRel = subnodesRel.getGroupbyPropertyRelation ();
|
groupbyMapping.propertiesRel = subnodesRel.getGroupbyPropertyRelation ();
|
||||||
groupbyMapping.typename = subnodesRel.prototype;
|
groupbyMapping.typename = subnodesRel.groupbyprototype;
|
||||||
}
|
}
|
||||||
return groupbyMapping;
|
return groupbyMapping;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue