Commit 09f44347 by 徐高华

双向好友

parent d4cad337
......@@ -294,6 +294,15 @@ public interface ExternalClerkRelatedApiService {
boolean isExternalFriendByMemberId(String memberId, String enterpriseId);
/**
* 是否有双向好友
* @param memberId
* @param enterpriseId
* @return
*/
boolean isBothFriendByMemberId(String memberId, String enterpriseId);
/**
* 得到好友状态
*
* @param memberId 成员身份
......
......@@ -692,6 +692,11 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA
return count > 0;
}
@Override
public boolean isBothFriendByMemberId(String memberId, String enterpriseId) {
return false;
}
/**
* 更新新的外部联系人id
*
......
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