Commit e1fd9114 by 徐高华

log

parent 770ad6a5
...@@ -63,6 +63,10 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation { ...@@ -63,6 +63,10 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation {
String wxEnterpriseId = dataPre.getWxEnterpriseId(); String wxEnterpriseId = dataPre.getWxEnterpriseId();
String staffId = dataPre.getDataId() ; String staffId = dataPre.getDataId() ;
TabHaobanStaff staff = this.staffService.selectById(staffId) ; TabHaobanStaff staff = this.staffService.selectById(staffId) ;
if(null == staff) {
logger.info("staff不存在,staffId={}",staffId);
return ;
}
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ; WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId) ;
//获取所有外部联系人的外部联系人ids //获取所有外部联系人的外部联系人ids
String dkWxUserId = staff.getWxUserId() ; String dkWxUserId = staff.getWxUserId() ;
......
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