瀏覽代碼

小修改

sugangqiang 2 年之前
父節點
當前提交
706c36793c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/api/VerifyApi.php

+ 1 - 1
app/common/api/VerifyApi.php

@@ -1014,7 +1014,7 @@ class VerifyApi {
                             }
                             $i++;
                         }
-                        $item["first_dept_check_time"] = $log["createTime"];
+                        $item["first_dept_check_time"] = date("Y-m-d H:i:s", $log["createTime"]);
                         $verifyDepts[$k] = $company["name"];
                         if ($log["active"] == 1) {
                             if ($log["new_state"] == 9) {