Commit 0a28b76a authored by 吴琼's avatar 吴琼

xiugai

parent 5f65ec9e
......@@ -834,7 +834,7 @@ public class UserServiceImpl implements IUserService {
if(userByUserId != null && userDetailByUserId != null && userByPhoneNo != null && userDetailByPhone != null){
if(userByUserId.getData() != null && userByPhoneNo.getData() != null
&& !userByUserId.getData().getId().equals(userByPhoneNo.getData().getId())){
return JsonResult.buildErrorStateResult("", null);
return JsonResult.buildErrorStateResult("用户不存在", null);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment