diff --git a/Application/User/Model/UcenterMemberModel.class.php b/Application/User/Model/UcenterMemberModel.class.php index 3a0aa380a..7fed98107 100644 --- a/Application/User/Model/UcenterMemberModel.class.php +++ b/Application/User/Model/UcenterMemberModel.class.php @@ -119,7 +119,7 @@ class UcenterMemberModel extends Model{ $data['username'] = $username; $data['email'] = $email; try { - $status = M('UcenterMember', 'sys_')->data($data)->add(); + $status = M('UcenterMember', 'sys_')->add($data); } catch (\Throwable $th) { $status = false; dump($th);