fix: processing $destNation 구분 버그
This commit is contained in:
@@ -216,7 +216,7 @@ class che_임관 extends Command\GeneralCommand
|
||||
if (!$testCommand->hasFullConditionMet()) {
|
||||
$nationTarget['notAvailable'] = true;
|
||||
}
|
||||
if ($destNation['id'] == $nationID) {
|
||||
if ($destNation['nation'] == $nationID) {
|
||||
$nationTarget['notAvailable'] = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user