Skip to content

Commit d21e400

Browse files
committed
fix: 针对left join 以及 right join outerConfig 上,增加 AbstractSQLConfig gainWhereString。value没有带上,修复config PreparedValueList
1 parent 2122b8c commit d21e400

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
@@ -3756,6 +3756,9 @@ protected String concatJoinWhereString(String whereString) throws Exception {
37563756
+ " ( " + outerWhere + " ) "
37573757
)
37583758
+ " ) ";
3759+
newPvl.addAll(pvl);
3760+
newPvl.addAll(outerConfig.getPreparedValueList());
3761+
37593762
changed = true;
37603763
break;
37613764

0 commit comments

Comments
 (0)