Browse Source

* bug fix

顾绍勇 5 years ago
parent
commit
8f94e7397c

+ 1
- 1
src/main/java/com/huiju/estateagents/service/impl/TaPersonServiceImpl.java View File

982
 
982
 
983
 
983
 
984
             TaRecommendCustomer customer = copyByPerosn(person, new TaRecommendCustomer());
984
             TaRecommendCustomer customer = copyByPerosn(person, new TaRecommendCustomer());
985
-            customer.setVerifyStatus(CommConstant.VERIFY_READY);
985
+            customer.setVerifyStatus(CommConstant.VERIFY_AGREE);
986
             customer.setStatus(CommConstant.CUSTOMER_REPORT);
986
             customer.setStatus(CommConstant.CUSTOMER_REPORT);
987
             customer.setEntryType(CommConstant.ENTRY_INPUT);
987
             customer.setEntryType(CommConstant.ENTRY_INPUT);
988
             customer.setCreateDate(now);
988
             customer.setCreateDate(now);