From 900bb0354395bbe38826d452273d354805bb3cc0 Mon Sep 17 00:00:00 2001 From: tping Date: Wed, 16 Dec 2020 09:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E8=BF=91=E7=99=BB=E5=85=A5ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/FengHuoApi2Controller.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/FengHuoApi2Controller.class.php b/Application/Sdk/Controller/FengHuoApi2Controller.class.php index 575fe32a..f0210eb3 100644 --- a/Application/Sdk/Controller/FengHuoApi2Controller.class.php +++ b/Application/Sdk/Controller/FengHuoApi2Controller.class.php @@ -244,7 +244,7 @@ class FengHuoApi2Controller extends GetInfoBaseController{ // $where['login_time'] = array('neq',0); $data = M('user_login_record','tab_') - ->field('tab_user_login_record.id,tab_user_login_record.id,user_id,game_name,server_name,login_time,user_account,game_player_name,CASE WHEN promote_id = 0 THEN "官方渠道" ELSE account END as promote_account') + ->field('tab_user_login_record.id,tab_user_login_record.login_ip,user_id,game_name,server_name,login_time,user_account,game_player_name,CASE WHEN promote_id = 0 THEN "官方渠道" ELSE account END as promote_account') ->join("left join tab_promote as promote on tab_user_login_record.promote_id=promote.id") ->where($where) ->order($order)