From ea3e0015bf62ec437ee8c116916e4285d511d3bf Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Mon, 21 Oct 2019 12:06:48 +0800 Subject: [PATCH] =?UTF-8?q?ios13.1=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index ee9a0d913..de17feae5 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -231,7 +231,7 @@ class UserController extends BaseController $userData = M('User', 'tab_')->where($whereUser)->find(); if (!empty($userData)) { - if (empty($userData['promote_id']) && empty($userData['promote_account'])) { + if (empty($userData['promote_id'])) { $saveData['promote_id'] = $promoteId; $saveData['promote_account'] = $promoteData['account'];