mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-01 18:35:37 +08:00
fix: 修复合并查询可能存在重复的查询条件问题
This commit is contained in:
@@ -657,6 +657,7 @@ public interface QueryHelper {
|
||||
return combineOneToMany(source,
|
||||
idMapper,
|
||||
list -> fetcher
|
||||
.copy()
|
||||
.in(MethodReferenceConverter.convertToColumn(mainIdGetter), list)
|
||||
.fetch(),
|
||||
mainIdGetter,
|
||||
|
||||
Reference in New Issue
Block a user