From 23302186a81c1b6f3e5f398f21b057350bfd34e8 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 16 一月 2025 12:18:08 +0800 Subject: [PATCH] 工单扣分处理时间调整逻辑 --- ycl-pojo/src/main/java/com/ycl/platform/domain/excel/CalculateExport.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/CalculateExport.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/CalculateExport.java index 7f7e84e..1239d93 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/CalculateExport.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/excel/CalculateExport.java @@ -27,7 +27,7 @@ * 瑙勫垯鍚嶇О */ @ExcelProperty({"鑷础甯傚叕鍏辫棰戠洃鎺х郴缁熺画缁村悎鍚�", "瑙勫垯鍚嶇О"}) - @ColumnWidth(40) + @ColumnWidth(130) private String ruleName; /** @@ -40,7 +40,7 @@ * 鍒嗘暟 */ @ExcelProperty({"鑷础甯傚叕鍏辫棰戠洃鎺х郴缁熺画缁村悎鍚�", "鍒嗘暟"}) - private Integer score; + private BigDecimal score; /** * 閲戦 -- Gitblit v1.8.0