diff --git a/Application/Admin/Controller/PromoteCoinController.class.php b/Application/Admin/Controller/PromoteCoinController.class.php index 08559cb26..0931eea95 100644 --- a/Application/Admin/Controller/PromoteCoinController.class.php +++ b/Application/Admin/Controller/PromoteCoinController.class.php @@ -449,6 +449,8 @@ class PromoteCoinController extends ThinkController $this->ajaxReturn($data); } $map['account'] = $account; + setPowerPromoteIds($map,'promote_id'); + $user = M('user', 'tab_')->field('id,account,balance')->where($map)->find(); if (empty($user)) { $data['status'] = 0;