feat:商品修改
parent
b175af47bd
commit
a6235a7e35
|
@ -35,5 +35,7 @@ public class CategoryCommonElementResp extends BaseEntity {
|
|||
*/
|
||||
private List<TemplateAttributeModel> attributeList;
|
||||
|
||||
|
||||
/**
|
||||
* 级联
|
||||
*/
|
||||
}
|
||||
|
|
|
@ -156,6 +156,5 @@ public class AttributeGroupServiceImpl extends ServiceImpl<AttributeGroupMapper,
|
|||
longs.stream().map(aLong -> AsAttributeGroup.categoryBuild(id,aLong)).toList()
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue