Commit 75848143 by 杨树贤

去除限制

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