From aa8a08e27279e2c1d591874df69dcecfc26ad050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Fri, 23 Sep 2022 10:33:00 +0800 Subject: [PATCH] =?UTF-8?q?rake=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=82=AE=E7=AE=B1=E5=92=8C=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/update_educoder_user.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/update_educoder_user.rake b/lib/tasks/update_educoder_user.rake index 37465c27d..b7c6ee6da 100644 --- a/lib/tasks/update_educoder_user.rake +++ b/lib/tasks/update_educoder_user.rake @@ -23,7 +23,7 @@ namespace :update_educoder_user do department_name = user_info["school"] password = "12345678" - user.update_columns(mail: "#{email}", phone: "#{phone}", lastname: real_name, nickname: real_name) + user.update_columns(mail: "#{email}", phone: "#{phone}", lastname: real_name, nickname: real_name) sync_params = { email: email,