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