傅行帆 3 years ago
parent
commit
8407c02bd6

+ 1
- 0
src/main/java/com/yunzhi/marketing/xlk/service/impl/ChannelCustomerServiceImpl.java View File

@@ -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
             }