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());