傅行帆 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
             }