ShuanghongS 10 달 전
부모
커밋
2c3d88fd4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/tools.class.php

+ 1 - 1
service/tools.class.php

@@ -1404,7 +1404,7 @@ class tools {
                 $title = substr($mInfo["date_change_name"],8);
                 $route = array($mInfo["date_change_locations_from"],$mInfo["date_change_locations_transshipment"],$mInfo["date_change_locations_to"]);
                 $leg = array($mInfo["date_change_locations_from"],$mInfo["date_change_locations_transshipment"]);
-                if($mInfo["delay_current"] == "2"){
+                if($mInfo["date_change_current"] == "2"){
                     $leg = array($mInfo["date_change_locations_transshipment"],$mInfo["date_change_locations_to"]);
                 }
             }