Commit 2eedf46b by 杨树贤

临时限制

parent a917620f
Showing with 1 additions and 1 deletions
...@@ -470,7 +470,7 @@ class DataService ...@@ -470,7 +470,7 @@ class DataService
public function exportSupplierForUnionData() public function exportSupplierForUnionData()
{ {
ini_set('memory_limit', -1); ini_set('memory_limit', -1);
$suppliers = SupplierChannelModel::where('is_type', 0)->whereRaw('supplier_name NOT LIKE "%-1"')->get(); $suppliers = SupplierChannelModel::where('is_type', 0)->whereRaw('supplier_name NOT LIKE "%-1"')->limit(100)->get();
$excelData = []; $excelData = [];
$header = [ $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