src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesSocialServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesSocialServiceImpl.java
@@ -69,6 +69,7 @@ ApiClothesCategoryInfoVo apiClothesCategoryInfoVo = new ApiClothesCategoryInfoVo(); apiClothesCategoryInfoVo.setId(0L); apiClothesCategoryInfoVo.setName("全部"); apiClothesCategoryInfoVo.setType(2); vos.add(apiClothesCategoryInfoVo); List<ClothesSocialCategory> list = clothesSocialCategoryMapper.selectList( Wrappers.lambdaQuery(ClothesSocialCategory.class)