增加了属性和属性组的概念

day9
xiaohuang 2024-03-10 14:44:36 +08:00
parent 89ccdea2f7
commit 11ba1b9f9c
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ public class AttributeInfoServiceImpl extends ServiceImpl<AttributeInfoMapper, A
queryWrapper.like(AttributeInfo::getName, attributeInfo.getName());
}
if (ObjUtils.notNull(attributeInfo.getGroupId())){
queryWrapper.eq(AttributeInfo::getGroupId, attributeInfo.getGroupId());
}