Commit b2bc6685 by 徐高华

test

parent 396293f5
......@@ -63,6 +63,13 @@ public class SelfFriendSyncNewOperation implements BaseSyncOperation {
String staffId = dataPre.getpDataId() ;
String taskId = dealParamMqDTO.getTaskId();
String externalUserId = dataPre.getDataContent();
String qywxFlushLimitFlag = "qywxFlushLimitFlag" ;
Object o = RedisUtil.getCache(qywxFlushLimitFlag) ;
if(null != o && o.toString().equals(wxEnterpriseId)) {
logger.info("超接口限制,staffId={},{},{}", staffId,wxUserId,externalUserId);
dealException(taskId, dataPre.getDataId(), null, "超接口限制");
return ;
}
// 查询企微侧外部联系人详情
ExternalUserDTO externalUserDTO = memberUnionidRelatedApiService.getCorpSelfExternalUseridInfo(wxEnterpriseId, wxUserId, externalUserId);
if (externalUserDTO == null) {
......
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