提交 fc791de3 authored 作者: 吴德鹏's avatar 吴德鹏

属性管理

上级 cebd7c16
......@@ -78,8 +78,6 @@ public class AttributesServiceImpl implements AttributesService {
List<AttributesDescEntity> descs = attributes.getDescs();
descs.forEach(attr -> {
AttributesDescEntity descEntity = attributesDescDao.queryObject(attr.getAttrDescId());
descEntity.setAttrValue(attr.getAttrValue());
descEntity.setAttrDesc(attr.getAttrDesc());
descEntity.setUpdateTime(date);
attributesDescDao.update(descEntity);
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论