|
|
@@ -151,9 +151,6 @@ public class LeadServiceImpl extends ServiceImpl<LeadMapper, Lead> implements IL
|
|
|
Lead lead = this.getOne(last);
|
|
|
if (lead != null) {
|
|
|
lead.setExternalId(qwExternalContact.getId());
|
|
|
- //lead.setExternalUserId(externalUserID);
|
|
|
- lead.setCorpId(corpId);
|
|
|
- lead.setUserId(userID);
|
|
|
lead.setAddContactQwGroup(1);
|
|
|
this.updateById(lead);
|
|
|
// 绑定企微用户线索关系
|