mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
commit
5ea7e26b97
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user