Administrator
2025-07-22 329430738e29429497ea2735a235ce831f08aafd
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)
            );