From 1e375c38e6ea500e4001cfd438a17e36e968155e Mon Sep 17 00:00:00 2001
From: lxw <810412026@qq.com>
Date: 星期二, 05 九月 2023 14:20:01 +0800
Subject: [PATCH] 包头word导出

---
 src/main/java/com/whyc/service/PoIWordExportService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/service/PoIWordExportService.java b/src/main/java/com/whyc/service/PoIWordExportService.java
index 64c0b39..ce5e0a2 100644
--- a/src/main/java/com/whyc/service/PoIWordExportService.java
+++ b/src/main/java/com/whyc/service/PoIWordExportService.java
@@ -159,7 +159,7 @@
                 mapRow.put("l1", "鏀剧數鏃堕棿");
                 for (int j = 0; j < lineCount; j++) {
                     TestDataInfDoc infDoc = list.get(j);
-                    mapRow.put("l" + (j + 2), ActionUtil.sdfwithtime.format(infDoc.getRecordTime()));
+                    mapRow.put("l" + (j + 2), ActionUtil.secToTime(infDoc.getTestTimelong()));
                 }
             } else if (i == 1) {
                 mapRow.put("l1", "鎬荤數鍘嬶紙V锛�");

--
Gitblit v1.9.1