From 97bb7a8832281eafe0ef947ea095258d355e52f5 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 30 十二月 2024 15:57:51 +0800 Subject: [PATCH] 无源器件的数采+电路模版查询 --- performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java b/performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java index 19894f6..25af470 100644 --- a/performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java +++ b/performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java @@ -13,8 +13,8 @@ // 澶寸殑绛栫暐 WriteCellStyle headWriteCellStyle = new WriteCellStyle(); // 鑳屾櫙棰滆壊 - headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE1.getIndex()); - headWriteCellStyle.setFillPatternType(FillPatternType.SOLID_FOREGROUND); +// headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE.getIndex()); +// headWriteCellStyle.setFillPatternType(FillPatternType.SOLID_FOREGROUND); // 瀛椾綋 WriteFont headWriteFont = new WriteFont(); -- Gitblit v1.9.3