From ebf9fe59d89339c5db3008ca04bc42577e1681b3 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Thu, 6 Jul 2023 11:42:25 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 6e0d16af..e161e48d 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -40,9 +40,9 @@ class HeroController extends BaseAuthedController { { $heroList = array(); Hero::getHeroList(function ($row) use(&$heroList) { - if(!in_array($row['hero_id'],array(30200,30700,31000))){ +// if(!in_array($row['hero_id'],array(30200,30700,31000))){ array_push($heroList, Hero::toDto($row)); - } +// } }); $this->_rspData(array( 'hero_list' => $heroList