1、优化导出任务树

This commit is contained in:
2025-12-02 10:07:59 +08:00
parent 64f33a8de3
commit cbb3e6a00b
2 changed files with 2 additions and 2 deletions

View File

@@ -2028,7 +2028,7 @@ public class ProjectServiceImpl extends BaseService implements IProjectService {
}
allTopProjectNodeList.add(machineNode);
}
ExcelUtil.exportExcelWithMerge(JSONArray.from(allTopProjectNodeList),exportExcelFormats,httpServletResponse);
ExcelUtil.exportExcelWithMerge(JSONArray.from(allTopProjectNodeList),exportExcelFormats,new ArrayList<>(),httpServletResponse);
} else {
response = SdmResponse.failed(taskRespond.getMessage());
}