Merge remote-tracking branch 'origin/feature/REQ-3300' into feature/REQ-3300
This commit is contained in:
commit
e8bf96d92c
@ -91,7 +91,11 @@ public class ImGroupAddMembersEventHandler implements EventHandler, Initializing
|
|||||||
"initiatorName", ownerProfile.getRealName(),
|
"initiatorName", ownerProfile.getRealName(),
|
||||||
"visaType", StringUtils.isNotBlank(visaType) ? VisaTypeEnum.valueOf(visaType).getDesc() : "",
|
"visaType", StringUtils.isNotBlank(visaType) ? VisaTypeEnum.valueOf(visaType).getDesc() : "",
|
||||||
"topic", group.getName())));
|
"topic", group.getName())));
|
||||||
notice.setRouterParams(new JSONObject(Maps.of("visaId", visaId)));
|
notice.setRouterParams(new JSONObject(Maps.of(
|
||||||
|
"visaId", visaId,
|
||||||
|
"ouId", member.getPersonOuId(),
|
||||||
|
"workspaceId", workspaceId
|
||||||
|
)));
|
||||||
noticeApi.send(notice);
|
noticeApi.send(notice);
|
||||||
}
|
}
|
||||||
log.info("receive add member event, push notice success!");
|
log.info("receive add member event, push notice success!");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user