From 3ef485516fe65c8a224992d1c19cedd95cd577e4 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 23 Sep 2020 18:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BC=9A=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteCompanyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PromoteCompanyController.class.php b/Application/Admin/Controller/PromoteCompanyController.class.php index 0e0e997d3..e98b3ae92 100644 --- a/Application/Admin/Controller/PromoteCompanyController.class.php +++ b/Application/Admin/Controller/PromoteCompanyController.class.php @@ -1211,7 +1211,7 @@ class PromoteCompanyController extends ThinkController } } if(count($diff_ids) > 0){ - $diff_ids = D("Game")->changeRelationGameidToGameid($diff_ids,true); + $diff_ids = D("Game")->changeRelationGameidToGameid(implode(',',$diff_ids),true); } if($is_change_game){ $dbres = $Promote->field("id,game_ids")->where("company_id = '{$company_id}'")->select();