This commit is contained in:
aozhiwei 2022-06-14 16:58:11 +08:00
parent 09b308d0c8
commit bb342d3de8

View File

@ -411,7 +411,7 @@ class HeroController extends BaseAuthedController {
break; break;
} }
} }
if (!$found) { if ($found) {
$this->_rspErr(1, 'hero already upgrading'); $this->_rspErr(1, 'hero already upgrading');
return; return;
} }