优化工会游戏修改
@ -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();