diff --git a/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/CategoryInfoService.java b/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/CategoryInfoService.java index 88f33e3..472d000 100644 --- a/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/CategoryInfoService.java +++ b/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/CategoryInfoService.java @@ -47,35 +47,4 @@ public interface CategoryInfoService extends IService { CategoryCommonElementResp getTemplateAttributeByCateGoryId(Long cateGoryId); - -// /** -// * 通过品类id查找包括父级属性集合,属性组集合,品牌集合 -// */ -// Result parentCommonElement(Long categoryId); -// -// /** -// * 通过品类id获取属性组集合 -// */ -// List getAttributeGroupList(Long categoryId); -// -// /** -// * 通过品类id获取属性集合 -// */ -// List getAttributeInfoList(Long categoryId); -// -// -// /** -// * 通过品类id获取品牌集合 -// */ -// List getBrandInfoList(Long categoryId); -// -// public boolean save(CategoryInfoSaveModel categoryInfoSaveModel); -// -// /** -// * 通过品类id过去父级以上的属性、属性组、品牌集合 -// */ -// CategoryParentCommonElementResp parentCommonElement(Long categoryId); -// -// CategoryCommonElementResp getTemplateAttributeByCateGoryId(Long categoryId); - } diff --git a/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/impl/AttributeGroupServiceImpl.java b/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/impl/AttributeGroupServiceImpl.java index be21369..9a45651 100644 --- a/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/impl/AttributeGroupServiceImpl.java +++ b/muyu-modules/muyu-product/muyu-product-server/src/main/java/com/muyu/product/service/impl/AttributeGroupServiceImpl.java @@ -117,4 +117,6 @@ public class AttributeGroupServiceImpl extends ServiceImpl if (ObjUtils.notNull(ruleInfo.getStatus())){ queryWrapper.eq(RuleInfo::getStatus, ruleInfo.getStatus()); } - - - - - return list(queryWrapper); }