Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_new_shixunsrepository
cxt 5 years ago
commit 21c273a841

@ -31,7 +31,9 @@ namespace :tfxy do
mail: teach_data.cell(r, 6), mail: teach_data.cell(r, 6),
profile_completed: true, profile_completed: true,
professional_certification: 1, professional_certification: 1,
certification: 1 certification: 1,
laboratory_id: Laboratory.first.id
) )
if user.save! if user.save!
@ -148,7 +150,8 @@ namespace :tfxy do
mail: student_data.cell(r, 9), mail: student_data.cell(r, 9),
profile_completed: true, profile_completed: true,
professional_certification: 1, professional_certification: 1,
certification: 1 certification: 1,
laboratory_id: Laboratory.first.id
) )
if user.save! if user.save!

Loading…
Cancel
Save