src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesServiceImpl.java
@@ -131,6 +131,7 @@ List<ClothesSize> clothesSizes = clothesSizeMapper.selectList( Wrappers.lambdaQuery(ClothesSize.class) .in(ClothesSize::getId, collect) .orderByAsc(ClothesSize::getOrderNum) );