diff --git a/app/statistics/controller/IndexController.php b/app/statistics/controller/IndexController.php index ecab0ccf..d7f0eba3 100644 --- a/app/statistics/controller/IndexController.php +++ b/app/statistics/controller/IndexController.php @@ -135,7 +135,7 @@ class IndexController extends BaseLikeController // if (ProductLogic::hasError()) { // return $this->fail(ProductLogic::getError()); //获取错误信息并返回错误信息 // } - $res = Db::connect('demo')->name('user_recharge')->where($where)->select()->each(function ($item) { + $res = Db::connect('demo')->name('user_recharge')->where($where)->limit(20)->select()->each(function ($item) { if ($item['uid']) { $item['nickname'] = User::where('id', $item['uid'])->value('nickname'); } else {