|
@@ -687,6 +687,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
687
|
687
|
channelCustomer.setRecommendPerson(averageReportDTO.getPersonId());
|
688
|
688
|
channelCustomer.setCreateDate(LocalDateTime.now());
|
689
|
689
|
channelCustomer.setStatus("1");
|
|
690
|
+ channelCustomer.setRealtyConsultant(averageReportDTO.getRealtyConsultant());
|
690
|
691
|
channelCustomer.setOrgId(averageReportDTO.getOrgId());
|
691
|
692
|
channelCustomer.setInstitutionId(getInstitutionId(averageReportDTO.getBuildingId()));
|
692
|
693
|
channelCustomerMapper.insert(channelCustomer);
|