Commit 1725894a by 杨树贤

格式修改

parent 063a673c
Showing with 1 additions and 1 deletions
...@@ -657,7 +657,7 @@ class DataService ...@@ -657,7 +657,7 @@ class DataService
$excel->sheet('sheet1', function ($sheet) use ($excelData) { $excel->sheet('sheet1', function ($sheet) use ($excelData) {
$sheet->fromArray($excelData); $sheet->fromArray($excelData);
}); });
})->download('xlsx'); })->download('csv');
} }
public static function checkSupplierBandAccount() public static function checkSupplierBandAccount()
......
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