From f73f74939f972d1e86396d27e94c824d758c377a Mon Sep 17 00:00:00 2001 From: hjx <577364224@qq.com> Date: Thu, 15 Jan 2026 00:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E5=AE=87nc=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mhd/system/api/domain/TmsInvoiceList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/domain/TmsInvoiceList.java b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/domain/TmsInvoiceList.java index 0e45147e1..5dd058bfe 100644 --- a/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/domain/TmsInvoiceList.java +++ b/mhd-api/mhd-api-system/src/main/java/com/mhd/system/api/domain/TmsInvoiceList.java @@ -174,7 +174,6 @@ public class TmsInvoiceList implements Serializable { /**发票详情信息上报时间*/ @ApiModelProperty(value = "发票详情信息上报时间") - @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date reportTime; @@ -186,6 +185,8 @@ public class TmsInvoiceList implements Serializable { private String realCreateName; @ApiModelProperty(value = "开票时间") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date invoiceMakeTime; /**货主信息id*/