From 3631219246be48aec1e745e94e5b28ff4e8799c8 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期五, 20 十月 2023 19:35:54 +0800
Subject: [PATCH] 调整上海原版接口

---
 igds-recir/src/main/java/com/ld/igds/models/DrugLogPeople.java |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/igds-recir/src/main/java/com/ld/igds/models/DrugLogPeople.java b/igds-recir/src/main/java/com/ld/igds/models/DrugLogPeople.java
index 1ad403f..1a97371 100644
--- a/igds-recir/src/main/java/com/ld/igds/models/DrugLogPeople.java
+++ b/igds-recir/src/main/java/com/ld/igds/models/DrugLogPeople.java
@@ -26,22 +26,10 @@
     @PropertyDef(label = "propleId")
     private String propleId;
 
-    @Column(name = "ID_", length = 40)
-    @PropertyDef(label = "id", description = "搴撳尯浠g爜+濉姤鏃ユ湡+鐔忚捀缂栧彿")
-    private String id;
 
-    @Column(name = "DRUG_LOG_ID_", length = 4)
-    @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "4浣嶉『搴忓彿")
+    @Column(name = "DRUG_LOG_ID_", length = 12)
+    @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "濉姤鏃ユ湡yyyyMMdd+4浣嶉『搴忓彿")
     private String drugLogId;
-
-    @Column(name = "DEPT_ID_", length = 21)
-    @PropertyDef(label = "搴撳尯浠g爜")
-    private String deptId;
-
-    @Column(name = "tbrq")
-    @PropertyDef(label = "濉姤鏃ユ湡")
-    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
-    private Date tbrq;
 
     @Column(name = "mx", length = 20)
     @PropertyDef(label = "濮撳悕")

--
Gitblit v1.9.3