From 6bc5c90f1474bb2ad47b9724a6b5b56137f6d780 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 30 Aug 2019 18:02:50 +0800 Subject: [PATCH] 1 --- app/controllers/managements_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/managements_controller.rb b/app/controllers/managements_controller.rb index 15647eb2..3f16995b 100644 --- a/app/controllers/managements_controller.rb +++ b/app/controllers/managements_controller.rb @@ -3036,7 +3036,7 @@ end nickname: list[1].to_s.strip, professional_certification: 1, certification: 1, grade: 0, password: "12345678", phone: list[5].blank? ? nil : list[5], mail: nil} user = User.create(user_params) - if user.save(validate: false) + if user ue = UserExtensions.new(:user_id => user.id, :gender => 0, :school_id => school_id, :location => school.province, :location_city => school.city, :identity => list[3].to_i, :student_id => list[0].to_s.strip, :department_id => department.try(:id)) if list[3] && list[3].to_i == 0 ue.technical_title = ["教授", "副教授", "讲师", "助教"].include?(list[4]) ? list[4] : "讲师"