TASK:模块化;

This commit is contained in:
shahaibo
2025-04-03 14:22:21 +08:00
parent 7106482831
commit 64676736b5

View File

@@ -1419,6 +1419,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
}
List<CollectionElementVO> list = new ArrayList<>();
for (CollectionElement collectionElement : collectionElements) {
if (collectionElement.getId() == Long.valueOf(collection.getMoodTemplateId())) {
continue;
}
CollectionElementVO collectionElementVO = CopyUtil.copyObject(collectionElement, CollectionElementVO.class);
collectionElementVO.setDesignType(DesignTypeEnum.COLLECTION.getRealName());
String url = collectionElement.getUrl();