|
@@ -74,7 +74,7 @@ public class ChannelCustomerServiceImpl extends ServiceImpl<ChannelCustomerMappe
|
74
|
74
|
taRecommendCustomer.setReportDate(LocalDateTime.now());
|
75
|
75
|
taRecommendCustomer.setOrgId(customer.getOrgId());
|
76
|
76
|
taRecommendCustomer.setPersonId(customer.getPersonId());
|
77
|
|
- taRecommendCustomer.setEntryType(CommConstant.ENTRY_CHANNEL_VERIFY);
|
|
77
|
+ taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
|
78
|
78
|
taRecommendCustomer.setStatus(CommConstant.CUSTOMER_REPORT);
|
79
|
79
|
taRecommendCustomerMapper.insert(taRecommendCustomer);
|
80
|
80
|
return ResponseBean.success("审核成功");
|
|
@@ -126,7 +126,7 @@ public class ChannelCustomerServiceImpl extends ServiceImpl<ChannelCustomerMappe
|
126
|
126
|
taRecommendCustomer.setReportDate(LocalDateTime.now());
|
127
|
127
|
taRecommendCustomer.setOrgId(customer.getOrgId());
|
128
|
128
|
taRecommendCustomer.setPersonId(customer.getPersonId());
|
129
|
|
- taRecommendCustomer.setEntryType(CommConstant.ENTRY_CHANNEL_VERIFY);
|
|
129
|
+ taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
|
130
|
130
|
taRecommendCustomer.setStatus(CommConstant.CUSTOMER_VISITE);
|
131
|
131
|
taRecommendCustomerMapper.insert(taRecommendCustomer);
|
132
|
132
|
return ResponseBean.success("审核成功");
|