From f9eac7138f54cbe59a3084324e73620405651942 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Nov 2019 14:25:32 +0800 Subject: [PATCH] =?UTF-8?q?OA=E8=8E=B7=E5=8F=96=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/FengHuoApiController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/FengHuoApiController.class.php b/Application/Sdk/Controller/FengHuoApiController.class.php index 6507ca8cd..4eedc2d50 100644 --- a/Application/Sdk/Controller/FengHuoApiController.class.php +++ b/Application/Sdk/Controller/FengHuoApiController.class.php @@ -76,7 +76,7 @@ class FengHuoApiController extends Controller{ // 默认排序:id降序 $order = 'register_time asc'; $data = M('user','tab_') - ->field('id,account,promote_account,register_ip,register_time,device_type,device_number','fgame_name') + ->field('id,account,promote_account,register_ip,register_time,device_type,device_number,fgame_name') ->where($where) ->order($order) ->page($page, $row) @@ -97,6 +97,7 @@ class FengHuoApiController extends Controller{ } } } + unset($data[$k]['fgame_name']); }