From b8e4ecb7777996c5d57c2703e4640ef7906ba0ec Mon Sep 17 00:00:00 2001
From: "@jyuhsin" <729757837@qq.com>
Date: Mon, 1 Dec 2025 08:41:38 +0800
Subject: [PATCH] commit
---
.../zhgh/dayofficework/ghkh/model/Kh_record.java | 6 +++---
.../platform/zhgh/dayofficework/ghkh/xghsh.html | 14 ++++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/budwk/app/zhgh/dayofficework/ghkh/model/Kh_record.java b/src/main/java/com/budwk/app/zhgh/dayofficework/ghkh/model/Kh_record.java
index 7f8e707..8f3e3be 100644
--- a/src/main/java/com/budwk/app/zhgh/dayofficework/ghkh/model/Kh_record.java
+++ b/src/main/java/com/budwk/app/zhgh/dayofficework/ghkh/model/Kh_record.java
@@ -49,7 +49,7 @@ public class Kh_record {
@Column
@Comment("线上最终得分")
- @ColDefine(type = ColType.INT, width = 4)
+ @ColDefine(type = ColType.DOUBLE, width = 4)
@Default(value = "0")
private Double onLineFinalScore;
@@ -66,13 +66,13 @@ public class Kh_record {
@Column
@Comment("线下最终得分")
- @ColDefine(type = ColType.INT, width = 4)
+ @ColDefine(type = ColType.DOUBLE, width = 4)
@Default(value = "0")
private Double offLineFinalScore;
@Column
@Comment("总分")
- @ColDefine(type = ColType.INT, width = 4)
+ @ColDefine(type = ColType.DOUBLE, width = 4)
@Default(value = "0")
private Double totalScore;
diff --git a/src/main/resources/views/platform/zhgh/dayofficework/ghkh/xghsh.html b/src/main/resources/views/platform/zhgh/dayofficework/ghkh/xghsh.html
index 905803d..1ca8a63 100644
--- a/src/main/resources/views/platform/zhgh/dayofficework/ghkh/xghsh.html
+++ b/src/main/resources/views/platform/zhgh/dayofficework/ghkh/xghsh.html
@@ -179,6 +179,14 @@ layout("/layouts/platform.html"){
+
+
+
+ {{ scope.row.zp?.files?.length || 0 }}
+ 0
+
+
+
v['zp']['files']?.length || 0)
+ sums[index] = zpfs.reduce((a, b) => {
+ return a + b;
+ }) + ' 个'
+ return;
}
const values = data.map(item => Number(item[column.property]));
if (!values.every(value => isNaN(value))) {