diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/WeekKingQueenUserContributeQueryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/WeekKingQueenUserContributeQueryExe.java index 7fdcfb60..7dfcbc85 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/WeekKingQueenUserContributeQueryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/query/WeekKingQueenUserContributeQueryExe.java @@ -39,7 +39,7 @@ public class WeekKingQueenUserContributeQueryExe { return new UserCharmWealthContributeCO() .setUserId(baseInfo.getId()) - .setUserSex(wealthData.getUserSex()) + .setUserSex(baseInfo.getUserSex()) .setAccount(baseInfo.getAccount()) .setUserAvatar(baseInfo.getUserAvatar()) .setUserNickname(baseInfo.getUserNickname())