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'];