|
@@ -252,7 +252,7 @@ public class TaRecommendCustomerController extends BaseController {
|
252
|
252
|
ResponseBean responseBean = new ResponseBean();
|
253
|
253
|
try {
|
254
|
254
|
TaRecommendCustomer taRecommendCustomer = taRecommendCustomerService.getById(id);
|
255
|
|
- if(taRecommendCustomer.getVerifyStatus() != CommConstant.VERIFY_READY){
|
|
255
|
+ if(taRecommendCustomer.getVerifyStatus().equals(CommConstant.VERIFY_READY) ){
|
256
|
256
|
taRecommendCustomer.setVerifyStatus(verifyStatus);
|
257
|
257
|
if(!StringUtils.isEmpty(verifyRemark)){
|
258
|
258
|
taRecommendCustomer.setVerifyRemark(verifyRemark);
|