From c7878c1341a45f046ae5be0e09c01581cab88f3d Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 19 Mar 2026 16:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E7=8E=8B=E7=9A=87=E5=90=8E=E6=A6=9C?= =?UTF-8?q?=E5=8D=95=E6=80=A7=E5=88=AB=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/query/WeekKingQueenUserContributeQueryExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7dfcbc85..7fdcfb60 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(baseInfo.getUserSex()) + .setUserSex(wealthData.getUserSex()) .setAccount(baseInfo.getAccount()) .setUserAvatar(baseInfo.getUserAvatar()) .setUserNickname(baseInfo.getUserNickname())