From 3fc36352a1258f284dccd60551dc5e46b1876e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Tue, 6 Feb 2024 17:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Exports/WeekDataExport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exports/WeekDataExport.php b/app/Exports/WeekDataExport.php index 7642c5e..f22d8b1 100644 --- a/app/Exports/WeekDataExport.php +++ b/app/Exports/WeekDataExport.php @@ -41,7 +41,7 @@ class WeekDataExport implements FromCollection, ShouldAutoSize '销售数量', ]; $shops = Shop::query() - ->whereNotIn('id', [9, 10, 11, 17, 18]) + ->whereNotIn('id', [7, 9, 10, 11, 17, 18]) ->orderBy('id') ->pluck('name', 'id') ->toArray();