diff --git a/src/main/java/com/ai/da/service/impl/UserLikeGroupServiceImpl.java b/src/main/java/com/ai/da/service/impl/UserLikeGroupServiceImpl.java index cfba0be1..ecc19384 100644 --- a/src/main/java/com/ai/da/service/impl/UserLikeGroupServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/UserLikeGroupServiceImpl.java @@ -730,6 +730,8 @@ public class UserLikeGroupServiceImpl extends ServiceImpl qw = new QueryWrapper<>(); qw.lambda().eq(CollectionSort::getRelationId, elementId); + + elementType = transElementType(elementType); qw.lambda().eq(CollectionSort::getRelationType, elementType); List collectionSortList = collectionSortMapper.selectList(qw); if (CollectionUtils.isEmpty(collectionSortList)) { @@ -743,6 +745,16 @@ public class UserLikeGroupServiceImpl extends ServiceImpl