Merge pull request !216 from 赵世界/feat/2024
This commit is contained in:
赵世界 2024-02-06 09:16:38 +00:00 committed by Gitee
commit 5ea7e26b97
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -41,7 +41,7 @@ class WeekDataExport implements FromCollection, ShouldAutoSize
'销售数量', '销售数量',
]; ];
$shops = Shop::query() $shops = Shop::query()
->whereNotIn('id', [9, 10, 11, 17, 18]) ->whereNotIn('id', [7, 9, 10, 11, 17, 18])
->orderBy('id') ->orderBy('id')
->pluck('name', 'id') ->pluck('name', 'id')
->toArray(); ->toArray();