邮箱问题

ecloud_sso
daiao 5 years ago
parent 3a8395f906
commit 49277a9f29

@ -172,7 +172,7 @@ namespace :tfxy do
lastname: student_data.cell(r, 2), lastname: student_data.cell(r, 2),
nickname: student_data.cell(r, 2), nickname: student_data.cell(r, 2),
password: "Edu#{student_data.cell(r, 1)}", password: "Edu#{student_data.cell(r, 1)}",
mail: student_data.cell(r, 9).strip, mail: student_data.cell(r, 9)&.strip.present? ? student_data.cell(r, 9)&.strip : nil,
profile_completed: true, profile_completed: true,
professional_certification: 1, professional_certification: 1,
certification: 1, certification: 1,

Loading…
Cancel
Save