turntime 관련 조정중
This commit is contained in:
@@ -92,7 +92,7 @@ class che_이동 extends Command\GeneralCommand{
|
||||
$env = $this->env;
|
||||
|
||||
$general = $this->generalObj;
|
||||
$date = substr($general->getVar('turntime'),11,5);
|
||||
$date = $general->getTurnTime($general::TURNTIME_HM);
|
||||
|
||||
$destCityName = $this->destCity['name'];
|
||||
$destCityID = $this->destCity['city'];
|
||||
|
||||
Reference in New Issue
Block a user