Commit 668ecc50 by 杨树贤

修复数据源

parent 81110448
Showing with 2 additions and 1 deletions
......@@ -250,8 +250,9 @@ class DataService
'sku_num',
'sku_update_time',
])->where('is_type', 0)
->whereBetween('sku_update_time', [$startTime, $endTime])
//->where('sku_num', '>', 0)->get()->toArray();
->where('uploaded_sku', 1)->get()->toArray();
->get()->toArray();
$excelData = [];
$header = [
'供应商名称',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment