From 4766210a7d4bc0daf42633de35c41e51a65586a5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 16 Sep 2021 21:24:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=9C=EC=9E=84=20=EC=8B=A4=ED=8C=A8?= =?UTF-8?q?=EC=8B=9C=20=EC=8B=A4=ED=96=89=20=ED=84=B4.=20=EC=9A=94?= =?UTF-8?q?=EC=96=91=20->=20=EC=9D=B8=ED=83=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_랜덤임관.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hwe/sammo/Command/General/che_랜덤임관.php b/hwe/sammo/Command/General/che_랜덤임관.php index c6863663..9b4d93d1 100644 --- a/hwe/sammo/Command/General/che_랜덤임관.php +++ b/hwe/sammo/Command/General/che_랜덤임관.php @@ -36,7 +36,7 @@ class che_랜덤임관 extends Command\GeneralCommand /*if($this->arg === null){ return true; } - + $destNationIDList = $this->arg['destNationIDList']??null; //null은 에러, []는 정상 @@ -56,8 +56,8 @@ class che_랜덤임관 extends Command\GeneralCommand } $this->arg = [ 'destNationIDList' => $destNationIDList - ]; - + ]; + return true;*/ } @@ -234,7 +234,7 @@ class che_랜덤임관 extends Command\GeneralCommand if (!$destNation) { //임관 가능한 국가가 없다! $logger->pushGeneralActionLog("임관 가능한 국가가 없습니다. <1>$date"); - $this->alternative = new che_요양($general, $this->env, null); + $this->alternative = new che_인재탐색($general, $this->env, null); return false; }