浏览代码

执行时间

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);
     }