CE-1406 Fix orderInstructionsJoinOrder

This commit is contained in:
2024-07-08 10:56:51 -05:00
parent a3433d60f7
commit 27c693f0c4

View File

@ -399,7 +399,7 @@ public class TestUtils
.withRightTable(TABLE_NAME_ORDER_INSTRUCTIONS)
.withLeftTable(TABLE_NAME_ORDER)
.withType(JoinType.MANY_TO_ONE)
.withJoinOn(new JoinOn("orderId", "id"))
.withJoinOn(new JoinOn("id", "orderId"))
);
qInstance.addPossibleValueSource(new QPossibleValueSource()