ShuanghongS 1 年之前
父節點
當前提交
c2432a7780
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/column.class.php

+ 1 - 1
service/column.class.php

@@ -252,7 +252,7 @@ class column {
             "'Ocean Freight'" =>array("type" =>"mode"),
             "status" =>array("type" =>"status"),
             "created_time" =>array("formatter" =>"dateTime"),
-            "etd" =>array("formatter" =>"dateTime"),
+            "etd" =>array("formatter" =>"date"),
             "f_eta" =>array("formatter" =>"date"));
         }
     }