refactor: 修改各模块导出

This commit is contained in:
2025-04-02 16:23:29 +08:00
parent 7b8d0b085f
commit 8eaa5559ef
11 changed files with 14 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ class Agent
$agents = $this->getAgentExportData();
// 导出
return xlsx_writer($agents, $schema);
return xlsx_writer($agents, $schema, '代理商申请列表' . date('YmdHis'));
}
// 获取要导出的代理商数据
private function getAgentExportData()