周数据导出

This commit is contained in:
赵世界 2024-02-06 17:16:09 +08:00
parent 50db77fc84
commit 3fc36352a1

View File

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