Administrator
2025-07-21 9c8f2d141e88b18c289523d4fa777bb55886525c
src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesServiceImpl.java
@@ -92,6 +92,7 @@
            apiClothesTypeVo.setPatternState(clothesType.getPatternState());
            apiClothesTypeVo.setLocationState(clothesType.getLocationState());
            apiClothesTypeVo.setSizeState(clothesType.getSizeState());
            apiClothesTypeVo.setCarriageRuleId(10L);
        }
        return new FebsResponse().success().data(apiClothesTypeVo);