|
@@ -282,7 +282,6 @@ public class ChannelCustomerServiceImpl extends ServiceImpl<ChannelCustomerMappe
|
282
|
282
|
recommendCustomer.setBuildingId(null);
|
283
|
283
|
recommendCustomer.setRealtyConsultant(null);
|
284
|
284
|
recommendCustomer.setRecommendPerson(null);
|
285
|
|
- recommendCustomer.setEntryType(null);
|
286
|
285
|
taRecommendCustomerMapper.updateById(recommendCustomer);
|
287
|
286
|
}else {
|
288
|
287
|
TaRecommendCustomer taRecommendCustomer = new TaRecommendCustomer();
|