diff --git a/haiwei-admin/src/main/resources/templates/index.html b/haiwei-admin/src/main/resources/templates/index.html index e661f41..5ba86f2 100644 --- a/haiwei-admin/src/main/resources/templates/index.html +++ b/haiwei-admin/src/main/resources/templates/index.html @@ -235,7 +235,7 @@ th:src="@{/system/main}" frameborder="0" seamless>
diff --git a/haiwei-manage/src/main/java/com/haiwei/manage/domain/RecordTestReport.java b/haiwei-manage/src/main/java/com/haiwei/manage/domain/RecordTestReport.java index 1311119..9a94dd6 100644 --- a/haiwei-manage/src/main/java/com/haiwei/manage/domain/RecordTestReport.java +++ b/haiwei-manage/src/main/java/com/haiwei/manage/domain/RecordTestReport.java @@ -2,6 +2,8 @@ package com.haiwei.manage.domain; import java.util.List; import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonFormat; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; import com.haiwei.common.annotation.Excel; @@ -22,6 +24,7 @@ public class RecordTestReport extends BaseEntity /** 实验日期 */ @Excel(name = "实验日期", width = 30, dateFormat = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") private Date testData; /** 样品名称 */ diff --git a/haiwei-manage/src/main/resources/templates/manage/record_piont_data/edit.html b/haiwei-manage/src/main/resources/templates/manage/record_piont_data/edit.html index 47860ab..508695a 100644 --- a/haiwei-manage/src/main/resources/templates/manage/record_piont_data/edit.html +++ b/haiwei-manage/src/main/resources/templates/manage/record_piont_data/edit.html @@ -1,79 +1,80 @@ - + -