|
@@ -243,8 +243,7 @@ class MiddleGroundService extends Service
|
|
|
$password = $this->generateAt8CharPassword();
|
|
$password = $this->generateAt8CharPassword();
|
|
|
//创建账号
|
|
//创建账号
|
|
|
$model_2 = new Employee();
|
|
$model_2 = new Employee();
|
|
|
- $model_2->title = $data['title'] . '管理员';
|
|
|
|
|
- $model_2->code = $data['code'];
|
|
|
|
|
|
|
+ $model_2->title = $data['title'];
|
|
|
$model_2->account = $account;
|
|
$model_2->account = $account;
|
|
|
$model_2->password = Hash::make($password);
|
|
$model_2->password = Hash::make($password);
|
|
|
$model_2->is_admin = Employee::IS_ADMIN_TWO;
|
|
$model_2->is_admin = Employee::IS_ADMIN_TWO;
|