|
@@ -982,7 +982,7 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
982
|
982
|
|
983
|
983
|
|
984
|
984
|
TaRecommendCustomer customer = copyByPerosn(person, new TaRecommendCustomer());
|
985
|
|
- customer.setVerifyStatus(CommConstant.VERIFY_READY);
|
|
985
|
+ customer.setVerifyStatus(CommConstant.VERIFY_AGREE);
|
986
|
986
|
customer.setStatus(CommConstant.CUSTOMER_REPORT);
|
987
|
987
|
customer.setEntryType(CommConstant.ENTRY_INPUT);
|
988
|
988
|
customer.setCreateDate(now);
|