傅行帆 пре 5 година
родитељ
комит
212da27971

+ 1
- 0
src/main/java/com/huiju/estateagents/service/impl/TaRecommendCustomerServiceImpl.java Прегледај датотеку

@@ -276,6 +276,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
276 276
 //        taRecommendCustomer.setDescribe(params.getString("describe"));
277 277
         taRecommendCustomer.setRealtyConsultant(params.getString("realtyConsultant"));
278 278
         taRecommendCustomer.setBuildingId(params.getString("buildingId"));
279
+        taRecommendCustomer.setIntention(params.getString("intention"));
279 280
         taRecommendCustomer.setReportRecommendStatus(CommConstant.VERIFY_AGREE);
280 281
         taRecommendCustomer.setCreateDate(LocalDateTime.now());
281 282
         taRecommendCustomer.setReportDate(LocalDateTime.now());