zoujiajian 1 년 전
부모
커밋
db3ed2b759
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -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;
 	}