红包飘窗新增房间ID
This commit is contained in:
parent
0a5baf6072
commit
433730cb02
@ -109,6 +109,7 @@ public class SendRoomRedPacketCmdExe {
|
|||||||
String roomAccount = roomProfileManagerService.getRoomAccount(cmd.getRoomId());
|
String roomAccount = roomProfileManagerService.getRoomAccount(cmd.getRoomId());
|
||||||
UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(userProfileGateway.getByUserId(cmd.getReqUserId()));
|
UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(userProfileGateway.getByUserId(cmd.getReqUserId()));
|
||||||
Map<Object, Object> build = OfficialNoticeUtils.buildUserProfile(userProfile);
|
Map<Object, Object> build = OfficialNoticeUtils.buildUserProfile(userProfile);
|
||||||
|
build.put("roomAccount", roomAccount);
|
||||||
|
|
||||||
if (cmd.getTotalAmount() >= 10000) {
|
if (cmd.getTotalAmount() >= 10000) {
|
||||||
imGroupClient.sendMessageBroadcast(
|
imGroupClient.sendMessageBroadcast(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user