|
@@ -56,7 +56,7 @@ public class CmsGroupController {
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(new SearchResult<>());
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(new SearchResult<>());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- mapBuilder.field(GroupsTrips::getId, ids).op(Operator.InList);
|
|
|
|
|
|
|
+ mapBuilder.field(GroupsTrips::getGroupId, ids).op(Operator.InList);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
SearchResult<GroupsTrips> search = beanSearcher.search(GroupsTrips.class, mapBuilder
|
|
SearchResult<GroupsTrips> search = beanSearcher.search(GroupsTrips.class, mapBuilder
|