old_user=User.where("phone = '#{teach_data.cell(r,5)}' OR mail = '#{teach_data.cell(r,6)}' OR login = 'tfxy#{teach_data.cell(r,1)}' ").first
ifteach_data.cell(r,6).to_s&.strip.present?
old_user=User.where("phone = '#{teach_data.cell(r,5)}' OR mail = '#{teach_data.cell(r,6).to_s.strip}' OR login = 'tfxy#{teach_data.cell(r,1)}' ").first
else
old_user=User.where("phone = '#{teach_data.cell(r,5)}' OR login = 'tfxy#{teach_data.cell(r,1)}' ").first
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