Commit 849058b8 authored by zhuwei's avatar zhuwei

1

parent f20bbdbd
......@@ -88,7 +88,7 @@ class CostDetail extends Basic
$export = new ExportExcelUntil();
$excel_data = [];
foreach ($list as $k => $v) {
$excel_data_['id'] = $v['id'];
$excel_data_['cost_id'] = $v['cost_id'];
$excel_data_['apply_for_id'] = $v['apply_for_id'];
$excel_data_['setting_date'] = $v['setting_date'];
$excel_data_['create_time'] = $v['create_time'];
......
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