@@ -92,6 +92,9 @@ public class CompanyContactServiceImpl implements CompanyContactService {
companyContactInfoDO.toLastDO(lastCompanyContactInfoDO);
lastCompanyContactInfoMapper.updateById(lastCompanyContactInfoDO);
}
+ }else{
+ lastCompanyContactInfoDO.setContactDate(companyContactInfoDO.getContactDate());
+ lastCompanyContactInfoMapper.updateById(lastCompanyContactInfoDO);
vo.setData(true);