浏览代码

核酸检测结果增加字段

lighter 2 年之前
父节点
当前提交
516ec674eb
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5 7
      src/main/java/thyyxxk/webserver/entity/examinations/covidexam/CovidExamResult.java

+ 5 - 7
src/main/java/thyyxxk/webserver/entity/examinations/covidexam/CovidExamResult.java

@@ -13,19 +13,17 @@ public class CovidExamResult {
     private String ptntName;
     private String idCard;
     private String itmStrValue;
-
-    @DateTimeFormat(pattern = "yyyy/MM/dd HH:mm:ss")
-    @JsonFormat(timezone = "GMT+8", pattern = "yyyy/MM/dd HH:mm:ss", shape = JsonFormat.Shape.STRING)
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss", shape = JsonFormat.Shape.STRING)
     private Date ordrCreateDate;
-
     private String ordrCreateIns = "长沙泰和医院";
+    private String ordrCreateAddr = "长沙泰和医院";
     private String ctatAddr;
     private String phoneNum;
     private String aplyFlowNum;
-    @DateTimeFormat(pattern = "yyyy/MM/dd HH:mm:ss")
-    @JsonFormat(timezone = "GMT+8", pattern = "yyyy/MM/dd HH:mm:ss", shape = JsonFormat.Shape.STRING)
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss", shape = JsonFormat.Shape.STRING)
     private Date lastUpdtDate;
-
     private String ptntAge;
     private String ptntSex;
     private String smplNum;