From f92533e6a5d7b2c4a6b2c348f82204826dafaa0c Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Tue, 11 Feb 2020 15:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=A0=E9=81=93=E8=AE=A1=E7=AE=97=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/QueryController.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Application/Admin/Controller/QueryController.class.php b/Application/Admin/Controller/QueryController.class.php index f3a07b3ff..bf1538d1d 100644 --- a/Application/Admin/Controller/QueryController.class.php +++ b/Application/Admin/Controller/QueryController.class.php @@ -1607,12 +1607,10 @@ class QueryController extends ThinkController foreach($promoteIdInfo as $key2 => $v1) { $promoteIdArr[] = $v1['id']; } - $map['promote_id'] = ['in',$promoteIdArr]; + $where['promote_id'] = ['in',$promoteIdArr]; }else { - $map['promote_id'] = 0; + $where['promote_id'] = 0; } - - $where['game_id'] = ['in',$gameNameIdArr]; $where['pay_status'] = 1; $begTime = strtotime($mytime);