mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
周数据导出
This commit is contained in:
parent
50db77fc84
commit
3fc36352a1
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user