From 84691f45b5d463e414d21cf62f8d19d610455bc1 Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Wed, 25 Jun 2025 15:52:11 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20parentId=E7=BB=93=E6=9E=9C=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai/da/service/impl/UserLikeGroupServiceImpl.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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