From 0e8d4db50e646cafe72c0c2cbe560b47eb557a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 18 May 2026 15:24:25 +0800 Subject: [PATCH] =?UTF-8?q?epc=E4=B8=8A=E4=BC=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java b/src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java index 2c4180c5..737a765a 100644 --- a/src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java +++ b/src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java @@ -147,6 +147,8 @@ public class MesTidEpcLogEntity { * 上传时间 */ @TableField("upload_time") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date uploadTime; // ==================== 备注 ====================