Commit 7b83ee53 by 徐高华

单向好友通知

parent 2cf64e34
...@@ -261,6 +261,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -261,6 +261,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
map.put("memberName", related.getExternalName()); map.put("memberName", related.getExternalName());
//参数 //参数
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("memberId",related.getMemberId()) ;
int messageType = NoticeMessageTypeEnum.FRIEND_DEL_STAFF.getType(); int messageType = NoticeMessageTypeEnum.FRIEND_DEL_STAFF.getType();
NoticeMessageUtil.sendNoticeMessageByStaff(enterpriseId,related.getStaffId(),related.getClerkId(),messageType,related.getMemberId(),map,jsonObject); NoticeMessageUtil.sendNoticeMessageByStaff(enterpriseId,related.getStaffId(),related.getClerkId(),messageType,related.getMemberId(),map,jsonObject);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment