turntime 관련 조정중

This commit is contained in:
2019-10-05 10:52:31 +09:00
parent 824956a34d
commit 44f0e78086
53 changed files with 156 additions and 66 deletions
+1 -1
View File
@@ -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'];