|
@@ -496,7 +496,7 @@ public class TaRecommendCustomerController extends BaseController {
|
496
|
496
|
ResponseBean responseBean = new ResponseBean();
|
497
|
497
|
try {
|
498
|
498
|
TaRecommendCustomer taRecommendCustomer = taRecommendCustomerService.getById(id);
|
499
|
|
- if(taRecommendCustomer.getVerifyStatus().equals(CommConstant.VERIFY_READY) ){
|
|
499
|
+ if(null == taRecommendCustomer.getVerifyStatus()){ // taRecommendCustomer.getVerifyStatus().equals(CommConstant.VERIFY_READY)
|
500
|
500
|
taRecommendCustomer.setVerifyStatus(verifyStatus);
|
501
|
501
|
if(!StringUtils.isEmpty(verifyRemark)){
|
502
|
502
|
taRecommendCustomer.setVerifyRemark(verifyRemark);
|