|
|
@@ -56,7 +56,7 @@ class MasterWorkerLogic extends BaseLogic
|
|
|
if (!$existUser->isEmpty()) {
|
|
|
throw new \Exception('该手机号已被使用');
|
|
|
}
|
|
|
- $user->password = $params['mobile'];
|
|
|
+ $user->mobile= $params['mobile'];
|
|
|
$user->save();
|
|
|
return true;
|
|
|
} catch (\Exception $e) {
|