From 9c61e9c8f99cc3c35f2940333605981ef4b30fbb Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期一, 19 八月 2024 18:20:20 +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