File tree Expand file tree Collapse file tree
APIJSONORM/src/main/java/apijson/orm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3804,7 +3804,9 @@ public String getSubqueryString(Subquery subquery) throws Exception {
38043804 cfg .setPreparedValueList (new ArrayList <>());
38053805 String sql = (range == null || range .isEmpty () ? "" : range ) + "(" + cfg .getSQL (isPrepared ()) + ") " ;
38063806
3807- preparedValueList .addAll (cfg .getPreparedValueList ());
3807+ List <Object > origPreparedValueList = preparedValueList ;
3808+ preparedValueList = cfg .getPreparedValueList ();
3809+ preparedValueList .addAll (origPreparedValueList );
38083810
38093811 return sql ;
38103812 }
Original file line number Diff line number Diff line change @@ -456,9 +456,9 @@ https://github.com/Tencent/APIJSON/blob/master/CONTRIBUTING.md
456456
457457[ 关于APIJSON远程函数] ( https://mp.weixin.qq.com/s?__biz=Mzg3NTc1NDUyNA==&mid=2247483950&idx=1&sn=b11e70bdf083c55d72238e107449ae2e&chksm=cf3de75df84a6e4b3a4acd0846531b0bd12bc90379523fbaf6b4f900fc3cdc1b1ce3eff97fd9&scene=178&cur_album_id=2548737392338354178#rd )
458458
459- [ APIJSON新增方法实例] ( https://mp.weixin.qq. com/s?__biz=Mzg3NTc1NDUyNA==&mid=2247483931&idx=1&sn=0e44ba7ba5613ad533c00c56cd8b2192&chksm=cf3de768f84a6e7e93ac20c26b7a4553d638d6ceb3edbdfaf0b05b80d28c1f3973860c4ac30b&scene=178&cur_album_id=2548737392338354178#rd )
459+ [ APIJSON新增方法实例] ( https://cloud.tencent. com/developer/article/2098890 )
460460
461- [ APIJSON-APIJSON的那些事儿] ( https://mp.weixin.qq. com/s?__biz=Mzg3NTc1NDUyNA==&mid=2247483901&idx=2&sn=679f37ec3421956b2b191abfe3437c6b&chksm=cf3de48ef84a6d98d338f9eaec25c01c0dec559ae149f62c3823b076a966fc0898dc0f004a16&token=422905191&lang=zh_CN#rd )
461+ [ APIJSON-APIJSON的那些事儿] ( https://cloud.tencent. com/developer/article/2098888 )
462462
463463[ APIJSON-零代码接口和文档 JSON 协议 与 ORM 库] ( https://cloud.tencent.com/developer/article/2077042 )
464464
You can’t perform that action at this time.
0 commit comments