|
|
|
@ -473,6 +473,7 @@ public class IotGroupInfoServiceImpl extends BaseServiceImpl<IotGroupInfoMapper, |
|
|
|
groupInfoEntity.setThumbnailUrl(dto.getThumbnailUrl()); |
|
|
|
groupInfoEntity.setIsDefault(dto.getIsDefault()); |
|
|
|
groupInfoEntity.setRemark(dto.getRemark()); |
|
|
|
groupInfoEntity.setSort(dto.getSort()); |
|
|
|
updateById(groupInfoEntity); |
|
|
|
} |
|
|
|
|
|
|
|
|