From f1c7702e9fd1aa235523de9767bc96d1838e104f Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 27 三月 2024 11:23:28 +0800
Subject: [PATCH] 打包后刷新界面获取不到本地地址问题,工艺审核界面商标打印展示

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
index e5d20cb..9f65e0f 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
@@ -66,13 +66,17 @@
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private LocalDateTime reportingWorkTime;
     //瀹℃牳鏃堕棿
-    private LocalDate examineTime;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private LocalDateTime examineTime;
     //璐ㄦ鏃堕棿
-    private LocalDate qualityInsTime;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private LocalDateTime qualityInsTime;
     //寤虹珛鏃堕棿
-    private LocalDate createTime;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private LocalDateTime createTime;
     //淇敼鏃堕棿
-    private LocalDate updateTime;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private LocalDateTime updateTime;
 
     //鍒涘缓鑰�
     private String creatorId ;

--
Gitblit v1.8.0