|
|
@ -261,10 +261,14 @@ public class IcNatCompareRecordServiceImpl extends BaseServiceImpl<IcNatCompareR |
|
|
|
origin.setLatestImportTime(importTime); |
|
|
|
baseDao.updateById(origin); |
|
|
|
IcNatCompareRecRelationEntity existRelationEntity=icNatCompareRecRelationDao.selectExist(data.getCustomerId(),origin.getId(),staffInfo.getAgencyId(),importDate); |
|
|
|
if(null!=existRelationEntity){ |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |