버그 수정

This commit is contained in:
2020-05-19 10:07:24 +09:00
parent 22fa1b121e
commit 4ee2e023aa
+1
View File
@@ -128,6 +128,7 @@ class che_화계 extends Command\GeneralCommand
protected function initWithArg() protected function initWithArg()
{ {
$this->setNation();
$this->setDestCity($this->arg['destCityID']); $this->setDestCity($this->arg['destCityID']);
$this->setDestNation($this->destCity['nation']); $this->setDestNation($this->destCity['nation']);