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