Commit 96a382c0 by 徐高华

刷新好友

parent a44099bb
...@@ -68,7 +68,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation { ...@@ -68,7 +68,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation {
//获取所有外部联系人的外部联系人ids //获取所有外部联系人的外部联系人ids
String dkWxUserId = staff.getWxUserId() ; String dkWxUserId = staff.getWxUserId() ;
if(qwDTO.needOpenUserIdDk()) { if(qwDTO.needOpenUserIdDk()) {
dkWxUserId = staff.getWxOpenId() ; dkWxUserId = staff.getWxOpenUseId();
} }
List<String> selfUserIdList = memberUnionidRelatedApiService.listSelfExterialList(wxEnterpriseId, dkWxUserId); List<String> selfUserIdList = memberUnionidRelatedApiService.listSelfExterialList(wxEnterpriseId, dkWxUserId);
logger.info("selfUserIdList={}", JSONObject.toJSONString(selfUserIdList)); logger.info("selfUserIdList={}", JSONObject.toJSONString(selfUserIdList));
...@@ -87,7 +87,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation { ...@@ -87,7 +87,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation {
//第三方服务商的外部联系人 //第三方服务商的外部联系人
String wxUserId3th = staff.getWxUserId() ; String wxUserId3th = staff.getWxUserId() ;
if(qwDTO.needOpenUserId3th()) { if(qwDTO.needOpenUserId3th()) {
wxUserId3th = staff.getWxOpenId() ; wxUserId3th = staff.getWxOpenUseId() ;
} }
List<String> userIdList = memberUnionidRelatedApiService.listExterialList(wxEnterpriseId, wxUserId3th); List<String> userIdList = memberUnionidRelatedApiService.listExterialList(wxEnterpriseId, wxUserId3th);
if (CollectionUtils.isEmpty(selfUserIdList)) { if (CollectionUtils.isEmpty(selfUserIdList)) {
......
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