Commit 5599aad0 by xugaojun

修改通讯录先同步部门再同步成员

parent 170a366c
...@@ -130,10 +130,10 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -130,10 +130,10 @@ public class MessageApiServiceImpl implements MessageApiService {
log.info("通讯录只处理自建应用回调 dto={}",JSON.toJSONString(param)); log.info("通讯录只处理自建应用回调 dto={}",JSON.toJSONString(param));
return; return;
} }
//处理成员
dealQywxUser(dto);
//处理部门 //处理部门
dealQywxDepartment(dto); dealQywxDepartment(dto);
//处理成员
dealQywxUser(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