From 433730cb024b37af76a1c8a5150b4f129e815a0e Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 26 Nov 2025 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E9=A3=98=E7=AA=97=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=88=BF=E9=97=B4ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/redpacket/SendRoomRedPacketCmdExe.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java index 50431dae..0d83eb8d 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java @@ -109,6 +109,7 @@ public class SendRoomRedPacketCmdExe { String roomAccount = roomProfileManagerService.getRoomAccount(cmd.getRoomId()); UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(userProfileGateway.getByUserId(cmd.getReqUserId())); Map build = OfficialNoticeUtils.buildUserProfile(userProfile); + build.put("roomAccount", roomAccount); if (cmd.getTotalAmount() >= 10000) { imGroupClient.sendMessageBroadcast(