fix:后台发展历程导出接口bug修复
This commit is contained in:
parent
e152abb8af
commit
06b8c43b57
@ -147,7 +147,7 @@ class DevelopmentHistory extends BaseController
|
|||||||
'development_history_content'
|
'development_history_content'
|
||||||
])
|
])
|
||||||
->order('development_history_year', $params['sort'])
|
->order('development_history_year', $params['sort'])
|
||||||
->select();
|
->select()->toArray();
|
||||||
|
|
||||||
ModelDevelopmentHistory::exportExcel($select);
|
ModelDevelopmentHistory::exportExcel($select);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user