From 701a137a688b8b05c96537ab035b5ab52d9edc89 Mon Sep 17 00:00:00 2001 From: zhengyulun Date: Tue, 26 Aug 2025 15:56:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AF=BC=E5=87=BAExcel=E6=97=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=90=88=E5=B9=B6=E5=88=97=EF=BC=8C=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=88=97=E7=9A=84=E7=AC=AC=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=BAnull=E3=80=81=E7=A9=BA=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E6=97=B6=E5=AF=BC=E8=87=B4=E5=90=8E=E7=BB=AD=E5=88=97?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/dromara/common/excel/core/CellMergeHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-common/ruoyi-common-excel/src/main/java/org/dromara/common/excel/core/CellMergeHandler.java b/ruoyi-common/ruoyi-common-excel/src/main/java/org/dromara/common/excel/core/CellMergeHandler.java index f811cdd7e..90a0b9925 100644 --- a/ruoyi-common/ruoyi-common-excel/src/main/java/org/dromara/common/excel/core/CellMergeHandler.java +++ b/ruoyi-common/ruoyi-common-excel/src/main/java/org/dromara/common/excel/core/CellMergeHandler.java @@ -79,7 +79,6 @@ public class CellMergeHandler { map.put(field, new RepeatCell(val, i)); } else { RepeatCell repeatCell = map.get(field); - cellValue = repeatCell.value(); if (isEmpty(cellValue)) { // 空值跳过不合并 continue;