We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd03e31 commit 1dc198bCopy full SHA for 1dc198b
src/main/java/org/mybatis/dynamic/sql/where/render/CriterionRenderer.java
@@ -98,6 +98,7 @@ private <S> FragmentAndParameters renderSubCriterion(SqlCriterion<S> subCriterio
98
.withSequence(sequence)
99
.withRenderingStrategy(renderingStrategy)
100
.withTableAliasCalculator(tableAliasCalculator)
101
+ .withParameterName(parameterName)
102
.build()
103
.render();
104
}
0 commit comments