From 72e26b34312073803e1233f7284d32edc4dfcb21 Mon Sep 17 00:00:00 2001 From: zhuqing Date: Tue, 30 Aug 2022 10:17:57 +0800 Subject: [PATCH] =?UTF-8?q?pc=20bug=20=E4=BF=AE=E6=94=B9=20=20export=20tim?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java | 4 ++-- .../ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java index c2bf826..d19ff23 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java @@ -80,7 +80,7 @@ public class PcTDoctorQueryByPageResp { /** 创建时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty("创建时间") - @Excel(name = "注册时间") + @Excel(name = "注册时间",dateFormat = "yyyy-MM-dd HH:mm:ss") private Date createTime; /** 更新时间 */ @@ -95,7 +95,7 @@ public class PcTDoctorQueryByPageResp { /** 最近一次就诊时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty("最近一次就诊时间") - @Excel(name = "最近一次就诊时间") + @Excel(name = "最近一次就诊时间",dateFormat = "yyyy-MM-dd HH:mm:ss") private Date latestTime; @ApiModelProperty("诊断次数") diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java index 44dbfad..4702790 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java @@ -81,7 +81,7 @@ public class PcTPatientQueryByPageResp { /** 最后一次就诊时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty("最后诊断时间") - @Excel(name = "最后诊断时间") + @Excel(name = "最后诊断时间",dateFormat = "yyyy-MM-dd HH:mm:ss") private Date latestTime; @ApiModelProperty("诊断次数") @@ -90,7 +90,7 @@ public class PcTPatientQueryByPageResp { @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty("初次就诊时间") - @Excel(name = "初次就诊时间") + @Excel(name = "初次就诊时间",dateFormat = "yyyy-MM-dd HH:mm:ss") private Date firstTime; /** 基础疾病 */