From dbcd7b1c8429331e79cb1d5e883c2fb4b12491f9 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 11 Dec 2025 18:01:21 +0800 Subject: [PATCH] =?UTF-8?q?cp=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/command/user/query/UserCpPairUserProfileQryExe.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java index 35ada877..225d5a61 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java @@ -48,10 +48,7 @@ public class UserCpPairUserProfileQryExe { List dismissing = cpRelationshipService.getDismissingByUserId(cmd.requiredReqUserId()); cpRelationshipList.addAll(dismissing); if (cpRelationshipList.isEmpty()) { - return List.of( - new CpPairUserProfileCO() - .setMeUserProfile(userProfileAppConvertor.toUserProfileDTO((meUser))) - ); + return List.of(new CpPairUserProfileCO()); } return cpRelationshipList.stream()