|
@@ -301,6 +301,7 @@ public class ChannelCustomerServiceImpl extends ServiceImpl<ChannelCustomerMappe
|
301
|
301
|
taRecommendCustomer.setStatus(CommConstant.CUSTOMER_VISITE);
|
302
|
302
|
taRecommendCustomer.setRealtyConsultant(null);
|
303
|
303
|
taRecommendCustomer.setCirculationTime(LocalDateTime.now());
|
|
304
|
+ taRecommendCustomer.setInstitutionId(customer.getInstitutionId());
|
304
|
305
|
taRecommendCustomerMapper.insert(taRecommendCustomer);
|
305
|
306
|
customer.setCustomerId(taRecommendCustomer.getCustomerId());
|
306
|
307
|
}
|