瀏覽代碼

* bug fix

顾绍勇 5 年之前
父節點
當前提交
8f94e7397c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/java/com/huiju/estateagents/service/impl/TaPersonServiceImpl.java

+ 1
- 1
src/main/java/com/huiju/estateagents/service/impl/TaPersonServiceImpl.java 查看文件

@@ -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);