From 3fd93099476dad4fed0cbdfa0f15612a7c9641fa Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 2 Aug 2024 17:19:23 +0800 Subject: [PATCH] 1 --- webapp/controller/InGameMallController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/InGameMallController.class.php b/webapp/controller/InGameMallController.class.php index cbbd4f2c..9caf5050 100644 --- a/webapp/controller/InGameMallController.class.php +++ b/webapp/controller/InGameMallController.class.php @@ -204,7 +204,7 @@ class InGameMallController extends BaseAuthedController { switch ($itemMeta['type']){ case \mt\Item::HERO_SKIN_TYPE : { $skinDb = HeroSkin::find($goodsUniid); - if (!$skinDb || $skinDb['skin_state'] != HeroSkin::LOCK){ + if (!$skinDb){ $this->_rspErr(1, 'param goods_unnid error'); return; }