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);