From 9f0643620760558890708383fb6a65a17877c1f3 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Thu, 20 Aug 2020 10:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BD=AC=E6=8D=A2=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Model/GameModel.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Model/GameModel.class.php b/Application/Admin/Model/GameModel.class.php index e95fb98aa..fdaee470c 100644 --- a/Application/Admin/Model/GameModel.class.php +++ b/Application/Admin/Model/GameModel.class.php @@ -457,7 +457,7 @@ class GameModel extends Model{ * 关联游戏id转普通游戏id * * @param [string/array] $ids - * @param boolean $type false:返回数组 true:返回string + * @param boolean $type false:返回字符串 true:返回数组 * @return void */ public function changeRelationGameidToGameid($ids,$type=false) @@ -474,7 +474,7 @@ class GameModel extends Model{ * 普通游戏id转关联游戏id * * @param [string/array] $ids - * @param boolean $type false:返回数组 true:返回string + * @param boolean $type false:返回字符串 true:返回数组 * @return void */ public function changeGameidToRelationGameid($ids,$type=false)