傅行帆 5 år sedan
förälder
incheckning
212da27971

+ 1
- 0
src/main/java/com/huiju/estateagents/service/impl/TaRecommendCustomerServiceImpl.java Visa fil

276
 //        taRecommendCustomer.setDescribe(params.getString("describe"));
276
 //        taRecommendCustomer.setDescribe(params.getString("describe"));
277
         taRecommendCustomer.setRealtyConsultant(params.getString("realtyConsultant"));
277
         taRecommendCustomer.setRealtyConsultant(params.getString("realtyConsultant"));
278
         taRecommendCustomer.setBuildingId(params.getString("buildingId"));
278
         taRecommendCustomer.setBuildingId(params.getString("buildingId"));
279
+        taRecommendCustomer.setIntention(params.getString("intention"));
279
         taRecommendCustomer.setReportRecommendStatus(CommConstant.VERIFY_AGREE);
280
         taRecommendCustomer.setReportRecommendStatus(CommConstant.VERIFY_AGREE);
280
         taRecommendCustomer.setCreateDate(LocalDateTime.now());
281
         taRecommendCustomer.setCreateDate(LocalDateTime.now());
281
         taRecommendCustomer.setReportDate(LocalDateTime.now());
282
         taRecommendCustomer.setReportDate(LocalDateTime.now());