From 46ee5aac0c31c352f19344eb3cfd762817f2559e Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 10 十月 2025 19:25:30 +0800
Subject: [PATCH] 优化上海接口日志打印

---
 src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
index 7f85829..d2a7a23 100644
--- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
+++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
@@ -24,8 +24,9 @@
 
     @Id
     @Column(name = "PEOPLE_ID_", length = 40)
-    @PropertyDef(label = "propleId")
-    private String propleId;
+    @PropertyDef(label = "peopleId")
+    private String peopleId;
+
 
     @Column(name = "DRUG_LOG_ID_", length = 12)
     @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "濉姤鏃ユ湡yyyyMMdd+4浣嶉『搴忓彿")

--
Gitblit v1.9.3