Commit d7b22268 by 徐高华

无unionid处理同不同开平

parent 69104ec7
......@@ -205,6 +205,12 @@ public class FriendSyncNewOperation implements BaseSyncOperation {
logger.info("好友不同开平,:{}", JSONObject.toJSONString(externalUserDTO));
return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO);
}
if(StringUtils.isNotBlank(externalUserDTO.getUnionId())) {
logger.info("好友unionid不存在:{}", JSONObject.toJSONString(externalUserDTO));
return memberUnionidRelatedApiService.addFriendExternal(externalUserDTO);
}
WxEnterpriseDTO wxEnterpriseDTO = wxEnterpriseService.selectById(wxEnterpriseId);
if (wxEnterpriseDTO == null) {
logger.info("没有存在企业关联:wxEnterpriseId:{}", wxEnterpriseId);
......
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