Commit f4267068 by 徐高华

返回导购活码

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