|
@@ -286,7 +286,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
286
|
286
|
// taRecommendCustomer.setDemandType(params.getString("demandType"));
|
287
|
287
|
// taRecommendCustomer.setPriceRange(params.getString("priceRange"));
|
288
|
288
|
taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
|
289
|
|
- taRecommendCustomer.setVerifyStatus(CommConstant.READY);
|
|
289
|
+ taRecommendCustomer.setVerifyStatus(CommConstant.VERIFY_AGREE);
|
290
|
290
|
taRecommendCustomer.setStatus(CommConstant.CUSTOMER_REPORT);
|
291
|
291
|
|
292
|
292
|
|