소스 검색

核酸检测结果增加字段

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;