refactor: 修改各模块导出
This commit is contained in:
@@ -93,7 +93,7 @@ class Agent
|
||||
$agents = $this->getAgentExportData();
|
||||
|
||||
// 导出
|
||||
return xlsx_writer($agents, $schema);
|
||||
return xlsx_writer($agents, $schema, '代理商申请列表' . date('YmdHis'));
|
||||
}
|
||||
// 获取要导出的代理商数据
|
||||
private function getAgentExportData()
|
||||
|
||||
Reference in New Issue
Block a user