From 86ea0ff31372a888166f1f50ffad3744b6876518 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 19 Aug 2022 22:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=89=80=E6=9C=89=E7=82=B9=E6=92=AD=E7=9A=84=E8=80=81?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/ProgramAppendConstructController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/ProgramAppendConstructController.php b/app/Http/Controllers/ProgramAppendConstructController.php index 9372db6..88a02cc 100644 --- a/app/Http/Controllers/ProgramAppendConstructController.php +++ b/app/Http/Controllers/ProgramAppendConstructController.php @@ -63,7 +63,6 @@ class ProgramAppendConstructController extends BaseController $query = ProgramAppends::query()->groupBy("from") ->select("from") ->selectRaw("count(1) as total_count") - ->having("total_count", ">", 1) ->orderByDesc("total_count"); return $query->get()->map(function ($item) { return [