From 16d1a28f679f4e9110822e1ffcdb20c26d87a250 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Tue, 19 Nov 2019 18:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/User/Model/UcenterMemberModel.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);