Commit 845a0f10 authored by hujun's avatar hujun

导出

parent 0955461c
...@@ -273,7 +273,7 @@ class Finance extends Basic ...@@ -273,7 +273,7 @@ class Finance extends Basic
$data['data']['total_income_money'] = 0; $data['data']['total_income_money'] = 0;
} }
} else { } else {
$list_data = $this->m_bargain->getBargainList(1, 10, $order, $fields, $where); $list_data = $this->m_bargain->getBargainList(1, 50000, $order, $fields, $where);
if (!empty($list_data)) { if (!empty($list_data)) {
$excel_data = []; $excel_data = [];
......
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 to comment