Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5843dcf

Browse files
authored
感谢 wz11wz 贡献 #835:修复 LEFT/RIGHT JOIN 外层 WHERE 没赋值 PreparedValueList
#835
2 parents c9c546b + 5773ff3 commit 5843dcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,6 +3765,9 @@ protected String concatJoinWhereString(String whereString) throws Exception {
37653765
+ " ( " + outerWhere + " ) "
37663766
)
37673767
+ " ) ";
3768+
newPvl.addAll(pvl);
3769+
newPvl.addAll(outerConfig.getPreparedValueList());
3770+
37683771
changed = true;
37693772
break;
37703773

0 commit comments

Comments
 (0)