Commit 5ea2a5fd by 墨竹

Merge branch 'fixbug_0720' into developer

parents 3f574acb 4f8487cf
......@@ -133,7 +133,12 @@ public class MessageApiServiceImpl implements MessageApiService {
String suiteId = dto.getSuiteId();
String authCorpId = dto.getAuthCorpId();
String staffThirdWxEnterpriseId = config.getStaffThirdWxEnterpriseId();
if (staffThirdWxEnterpriseId.contains(authCorpId)) {
if (staffThirdWxEnterpriseId.contains(authCorpId) ) {
log.info("处理定制特殊企业同步:{}",authCorpId);
if (CONTACT_APP.equals(suiteId) || SELF_APP.equals(suiteId)) {
log.info("自建和客户联系回调不处理");
return;
}
//处理部门
dealQywxThirdDepartment(dto);
//处理成员
......
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