Commit c80a09a9 by 杨昕

修改用户名称格式

parent eff99bde
Pipeline #10872 passed with stages
in 41 seconds
......@@ -262,7 +262,7 @@ class UserModel extends Authenticatable
//杨帆-yf18512-yf60144-8086
$data_arr = [
'name' => $userInfo['nickName'].'-'.$userInfo['userId'],
'name' => $userInfo['nickName'],
'password' => md5($password),
'organization_id' => 0,
'status' => 0,
......
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