fix: processing $destNation 구분 버그

This commit is contained in:
2021-12-26 04:19:26 +09:00
parent 7de089dbbb
commit 04b2b1cafe
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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;
}