old_user=User.where("phone = '#{student_data.cell(r,8)}' OR mail = '#{student_data.cell(r,9).strip}' OR login = 'tfxy#{student_data.cell(r,1)}' ").first
ifstudent_data.cell(r,9).to_s&.strip.present?
old_user=User.where("phone = '#{student_data.cell(r,8)}' OR mail = '#{student_data.cell(r,9).to_s.strip}' OR login = 'tfxy#{student_data.cell(r,1)}' ").first
else
old_user=User.where("phone = '#{student_data.cell(r,8)}' OR login = 'tfxy#{student_data.cell(r,1)}' ").first