Commit ec9ad777 authored by zhuwei's avatar zhuwei

1

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