|
@@ -90,17 +90,6 @@ public class CompanyContactServiceImpl implements CompanyContactService {
|
|
|
lastCompanyContactInfoMapper.updateById(lastCompanyContactInfoDO);
|
|
|
}
|
|
|
}
|
|
|
- //保存联系人修改
|
|
|
- Integer contactId = companyContactInfoDO.getContactId();
|
|
|
- ContactInformationDO contactInformationDO = new ContactInformationDO();
|
|
|
- contactInformationDO.setId(contactId);
|
|
|
- contactInformationDO.setUpdaterId(UserUtils.getLoginUser().getUserId());
|
|
|
- contactInformationDO.setUpdateTime(new Date());
|
|
|
- contactInformationDO.setContactEmail(companyContactInfoVO.getContactEmail());
|
|
|
- contactInformationDO.setContactPhone(companyContactInfoVO.getContactPhone());
|
|
|
- contactInformationDO.setContactPosition(companyContactInfoVO.getContactPosition());
|
|
|
- contactInformationDO.setContactWechat(companyContactInfoVO.getContactWechat());
|
|
|
- contactInformationMapper.updateById(contactInformationDO);
|
|
|
vo.setData(true);
|
|
|
return vo;
|
|
|
}
|