From 628ea84935bb444ffda3ac8d3f3e5ca1179cbe82 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 20 Dec 2019 14:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=B8=81=E6=94=B6=E5=9B=9E?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteCoinController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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;