Commit 0314fa3f by 徐高华

无unionid处理

parent 03ad56e3
...@@ -206,7 +206,7 @@ public class FriendSyncNewOperation implements BaseSyncOperation { ...@@ -206,7 +206,7 @@ public class FriendSyncNewOperation implements BaseSyncOperation {
return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO); return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO);
} }
if(StringUtils.isNotBlank(externalUserDTO.getUnionId())) { if(StringUtils.isBlank(externalUserDTO.getUnionId())) {
logger.info("好友unionid不存在:{}", JSONObject.toJSONString(externalUserDTO)); logger.info("好友unionid不存在:{}", JSONObject.toJSONString(externalUserDTO));
return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO); return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO);
} }
......
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