Commit 8d472396 by 杨树贤

fix

parent 6ebafc02
Showing with 1 additions and 1 deletions
...@@ -526,7 +526,7 @@ class DataService ...@@ -526,7 +526,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