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(