傅行帆 3 年前
父节点
当前提交
8407c02bd6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/main/java/com/yunzhi/marketing/xlk/service/impl/ChannelCustomerServiceImpl.java

+ 1
- 0
src/main/java/com/yunzhi/marketing/xlk/service/impl/ChannelCustomerServiceImpl.java 查看文件

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