Commit e7f8e30f by 徐高华

Merge branch 'feature/xgh/202503' into 'developer'

返回导购活码

See merge request !2796
parents 9a034121 f4267068
......@@ -709,7 +709,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("1000", "已存在好友") ;
// 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