|
|
|
|
282
|
recommendCustomer.setBuildingId(null);
|
282
|
recommendCustomer.setBuildingId(null);
|
283
|
recommendCustomer.setRealtyConsultant(null);
|
283
|
recommendCustomer.setRealtyConsultant(null);
|
284
|
recommendCustomer.setRecommendPerson(null);
|
284
|
recommendCustomer.setRecommendPerson(null);
|
285
|
- recommendCustomer.setEntryType(null);
|
|
|
286
|
taRecommendCustomerMapper.updateById(recommendCustomer);
|
285
|
taRecommendCustomerMapper.updateById(recommendCustomer);
|
287
|
}else {
|
286
|
}else {
|
288
|
TaRecommendCustomer taRecommendCustomer = new TaRecommendCustomer();
|
287
|
TaRecommendCustomer taRecommendCustomer = new TaRecommendCustomer();
|