From 4dd52b44d20bea4f3918ee2df4bc9e768121bc01 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 27 Apr 2026 19:03:31 +0800 Subject: [PATCH] =?UTF-8?q?cp=E7=A9=BA=E9=97=B4=E6=96=B0=E5=A2=9E=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 6f4b9d5f5dcc754f1077c21506b11d8f7d977974) --- .../other/inner/model/dto/user/CpSimpleUserProfileCO.java | 5 +++++ .../other/app/command/user/query/CoupleSpaceQryExe.java | 1 + 2 files changed, 6 insertions(+) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java index fabaa90c..b2046cac 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java @@ -62,6 +62,11 @@ public class CpSimpleUserProfileCO implements Serializable { */ private String cpUserNickname; + /** + * cp状态 + */ + private String status; + private Long cpValId; /** diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/CoupleSpaceQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/CoupleSpaceQryExe.java index 5581b5ae..18f1fc52 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/CoupleSpaceQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/CoupleSpaceQryExe.java @@ -52,6 +52,7 @@ public class CoupleSpaceQryExe { co.setCpAccount(cpInfo.getCpAccount()); co.setCpUserAvatar(cpInfo.getCpUserAvatar()); co.setCpUserNickname(cpInfo.getCpUserNickname()); + co.setStatus(cpInfo.getStatus()); co.setCpValId(cpInfo.getCpValId()); co.setCpValue(cpInfo.getCpValue()); co.setDays(cpInfo.getDays());