TASK:模块化;
This commit is contained in:
@@ -1419,7 +1419,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
}
|
}
|
||||||
List<CollectionElementVO> list = new ArrayList<>();
|
List<CollectionElementVO> list = new ArrayList<>();
|
||||||
for (CollectionElement collectionElement : collectionElements) {
|
for (CollectionElement collectionElement : collectionElements) {
|
||||||
if (collectionElement.getId() == Long.valueOf(collection.getMoodTemplateId())) {
|
if (Objects.equals(collectionElement.getId(), Long.valueOf(collection.getMoodTemplateId()))) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
CollectionElementVO collectionElementVO = CopyUtil.copyObject(collectionElement, CollectionElementVO.class);
|
CollectionElementVO collectionElementVO = CopyUtil.copyObject(collectionElement, CollectionElementVO.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user