Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Aug 13, 2024
2 parents 286c36e + 420d637 commit 0c4e223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ protected void addMiddleTables(List<OrmEntityModel> ret, Collection<NopDynEntity
addToManyRelation(middleInfo.entityModelA, middleName, relA, NopDynEntityRelation.PROP_NAME_entityId1);

if (relB != null)
addToManyRelation(middleInfo.entityModelB, middleName, relB, NopDynEntityRelation.PROP_NAME_entityId1);
addToManyRelation(middleInfo.entityModelB, middleName, relB, NopDynEntityRelation.PROP_NAME_entityId2);
});

}
Expand Down

0 comments on commit 0c4e223

Please sign in to comment.