mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-1406 Fix orderInstructionsJoinOrder
This commit is contained in:
@ -399,7 +399,7 @@ public class TestUtils
|
|||||||
.withRightTable(TABLE_NAME_ORDER_INSTRUCTIONS)
|
.withRightTable(TABLE_NAME_ORDER_INSTRUCTIONS)
|
||||||
.withLeftTable(TABLE_NAME_ORDER)
|
.withLeftTable(TABLE_NAME_ORDER)
|
||||||
.withType(JoinType.MANY_TO_ONE)
|
.withType(JoinType.MANY_TO_ONE)
|
||||||
.withJoinOn(new JoinOn("orderId", "id"))
|
.withJoinOn(new JoinOn("id", "orderId"))
|
||||||
);
|
);
|
||||||
|
|
||||||
qInstance.addPossibleValueSource(new QPossibleValueSource()
|
qInstance.addPossibleValueSource(new QPossibleValueSource()
|
||||||
|
Reference in New Issue
Block a user