|
@@ -193,7 +193,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
193
|
193
|
if (StringUtils.isEmpty(status)){
|
194
|
194
|
taRecommendCustomer.setStatus(statusInt);
|
195
|
195
|
}else{
|
196
|
|
- taRecommendCustomer.setStatus(statusInt);
|
|
196
|
+ taRecommendCustomer.setStatus(Integer.parseInt(status));
|
197
|
197
|
}
|
198
|
198
|
|
199
|
199
|
taRecommendCustomer.setRecommendPerson(taPerson.getPersonId());
|