Commit a18b4503 by qwmqiuwenmin

fix

parent 0bc5b2cf
......@@ -158,8 +158,7 @@ public class FriendSyncOperation implements BaseSyncOperation {
dealLog.setWxEnterpriseId(wxEnterpriseId);
dealLogList.add(dealLog);
}else{
ExternalUserDTO dto2 = JSON.parseObject(dataContent, ExternalUserDTO.class);
map.put(key, dto2);
map.put(key, json);
}
}
}
......
......@@ -196,8 +196,7 @@ public class SelfFriendSyncOperation implements BaseSyncOperation{
dealLog.setWxEnterpriseId(wxEnterpriseId);
dealLogList.add(dealLog);
}else{
ExternalUserDTO dto2 = JSON.parseObject(dataContent, ExternalUserDTO.class);
map.put(key, dto2);
map.put(key, json);
}
}
......
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