Commit b68b5100 authored by 文旺-丰林-DEV's avatar 文旺-丰林-DEV

修复导入用户问题

parent 0e620ae8
......@@ -248,7 +248,7 @@ namespace BBM.ChatGLM.User
UserCreateInput userInput = new UserCreateInput();
userInput.Name = userName;
userInput.UserName = userName;
userInput.UserName = phoneNumber;
userInput.Password = password;
userInput.Role = userRole;
userInput.IsActive = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment