|
|
@@ -1655,7 +1655,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
}
|
|
|
List<GoodsCategorySkuView> goodsCategorySkuViews = beanSearcher.searchAll(GoodsCategorySkuView.class, MapUtils.builder()
|
|
|
.field(GoodsCategorySkuView::getSkuId, errorNetflixChangeOtherSkuTicketDto.getSkuIds()).op(Operator.InList)
|
|
|
- .orderBy(GoodsCategorySkuView::getPrice)
|
|
|
+ .orderBy(GoodsCategorySkuView::getPrice).desc()
|
|
|
.build());
|
|
|
return goodsCategorySkuViews;
|
|
|
}
|