From 25e4592719e488dd7438ed08b2cd86f9bd9fafa0 Mon Sep 17 00:00:00 2001
From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com>
Date: 星期四, 16 五月 2024 17:08:13 +0800
Subject: [PATCH] 不合格管理操作

---
 performance-server/src/main/java/com/yuanchu/mom/utils/StyleMonthUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 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..7c443be 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,7 +13,7 @@
         // 澶寸殑绛栫暐
         WriteCellStyle headWriteCellStyle = new WriteCellStyle();
         // 鑳屾櫙棰滆壊
-        headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE1.getIndex());
+        headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE.getIndex());
         headWriteCellStyle.setFillPatternType(FillPatternType.SOLID_FOREGROUND);
 
         // 瀛椾綋

--
Gitblit v1.9.3