From 1ba566a02c104364e20c7d5fd008786a391b1be5 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 14 Jan 2020 17:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E7=BB=93=E7=AE=97=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/QueryController.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Application/Admin/Controller/QueryController.class.php b/Application/Admin/Controller/QueryController.class.php index 9cb5fb796..a3d5ee4b3 100644 --- a/Application/Admin/Controller/QueryController.class.php +++ b/Application/Admin/Controller/QueryController.class.php @@ -1522,10 +1522,8 @@ class QueryController extends ThinkController if ($value['ratio']) { $data[$key]['downstream'] = $value['pay_amount'] * ($value['ratio']*0.01); - var_dump($value['ratio']); } else { $data[$key]['downstream'] = $value['pay_amount'] * ($value['game_ratio']*0.01); - var_dump($value['ratio']); } $value['turnover_ratio'] = json_decode($value['turnover_ratio'],true);