Commit 2e77b32c by 徐高华

好办加好友

parent 3d8f391c
......@@ -719,7 +719,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
List<String> friendList = this.tabHaobanExternalClerkRelatedMapper.listMemberAndClerk(Arrays.asList(memberId), clerkIdList, enterpriseId) ;
if(CollectionUtils.isNotEmpty(friendList)) {
log.info("已存在好友");
return ServiceResponse.failure("9999", "已存在好友") ;
return ServiceResponse.failure("1000", "已存在好友") ;
}
String mainClerkId = member.getMainClerkId();
String mainStoreId = member.getMainStoreId();
......
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