TASK:模块化;
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user