fix:后台发展历程导出接口bug修复

This commit is contained in:
xjh 2023-05-03 20:06:00 +08:00
parent e152abb8af
commit 06b8c43b57

View File

@ -147,7 +147,7 @@ class DevelopmentHistory extends BaseController
'development_history_content'
])
->order('development_history_year', $params['sort'])
->select();
->select()->toArray();
ModelDevelopmentHistory::exportExcel($select);
}