From b6c67fce06b9f720b9d78336f01c65169f02a50b Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Mon, 15 Apr 2024 15:09:08 +0800 Subject: [PATCH] userexamine --- .../system/user/userexamine/examinedetail.html | 10 ++++++++++ .../templates/system/user/userexamine/userexamine.html | 10 ++++++++++ .../main/java/com/ruoyi/system/domain/TdExamnum.java | 8 ++++---- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html create mode 100644 ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdExamnum.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdExamnum.java index 439730f..fa7db11 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdExamnum.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdExamnum.java @@ -29,13 +29,13 @@ public class TdExamnum extends BaseEntity private Long examResult; /** 开始时间 */ - @JsonFormat(pattern = "yyyy-MM-dd") - @Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss") + @Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd hh:mm:ss") private Date startTime; /** 结束时间 */ - @JsonFormat(pattern = "yyyy-MM-dd") - @Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss") + @Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd hh:mm:ss") private Date endTime; /** 单位名称 */