Commit ec9ad777 authored by zhuwei's avatar zhuwei

1

parent afc67398
...@@ -81,7 +81,7 @@ class CostDetail extends Basic ...@@ -81,7 +81,7 @@ class CostDetail extends Basic
if(!$list) if(!$list)
return $this->response("101", "查无数据", []); return $this->response("101", "查无数据", []);
$export = new ExportExcelUntil(); $export = new ExportExcelUntil();
$e_data_new = []; $excel_data = [];
foreach ($list as $k => $v) { foreach ($list as $k => $v) {
$excel_data_['id'] = $v['id']; $excel_data_['id'] = $v['id'];
$excel_data_['cost_id'] = $v['cost_id']; $excel_data_['cost_id'] = $v['cost_id'];
......
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