From a316fe15cc5f2c518e86513348be4b2fc93b4673 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Tue, 24 Dec 2024 16:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BB=E5=8A=A8=E4=B8=93?= =?UTF-8?q?=E5=8C=BA=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/xlsx/ActivityZoneService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/service/xlsx/ActivityZoneService.php b/app/common/service/xlsx/ActivityZoneService.php index 8971f3fa..c936df08 100644 --- a/app/common/service/xlsx/ActivityZoneService.php +++ b/app/common/service/xlsx/ActivityZoneService.php @@ -96,7 +96,7 @@ class ActivityZoneService ], ], ]; - $sheet->getStyle('A1:F' . ($count + 9))->applyFromArray($styleArray); + $sheet->getStyle('A1:F' . ($count + 7))->applyFromArray($styleArray); $writer = new Xlsx($spreadsheet); $url = '/export/' . date('Y-m') . $title . date('YmdHi') . '.xlsx';