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

属性管理

上级 1a0b595a
......@@ -75,7 +75,7 @@ public class AttributesServiceImpl implements AttributesService {
int res = attributesDao.update(attributes);
List<AttributesDescEntity> descs = attributes.getDescs();
descs.forEach(attr -> {
if (StringUtils.isNotEmpty(attr.getAttrDescId()) || !attr.getAttrDescId().isEmpty()) {
if (StringUtils.isNotEmpty(attr.getAttrDescId())) {
attr.setUpdateTime(date);
attributesDescDao.update(attr);
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论