feat(REQ-3300) - 通知消息增加 visaId
This commit is contained in:
parent
808670c5ef
commit
378f0b6bf0
@ -87,6 +87,7 @@ public class ImGroupAddMembersEventHandler implements EventHandler, Initializing
|
||||
notice.setBizEventMappingCode(refreshableConfiguration.getImGroupAddMemberNoticeEventCode());
|
||||
notice.setBizCode(String.valueOf(visaId));
|
||||
notice.setBizExtParams(new JSONObject(Maps.of(
|
||||
"visaId", visaId,
|
||||
"initiatorName", ownerProfile.getRealName(),
|
||||
"visaType", StringUtils.isNotBlank(visaType) ? VisaTypeEnum.valueOf(visaType).getDesc() : "",
|
||||
"topic", group.getName())));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user