소스 검색

执行时间

gorden 6 달 전
부모
커밋
f559b06f5e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/controller/Curd.php

+ 2 - 0
app/controller/Curd.php

@@ -281,6 +281,8 @@ class Curd
             $items = call_user_func([$this, "afterQuery"], $items);
         }
         $format_function = $methods[$format] ?? 'formatNormal';
+        dump("格式化开始:".time());
+        dump($format_function);
         return call_user_func([$this, $format_function], $items, $total);
     }