From d676aa22e6ae888ff7ac7bf62d2bf83c6913ea5f Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 31 三月 2026 10:02:25 +0800
Subject: [PATCH] 【丽水】患者满意度导出增加完成时间条件
---
smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java
index 6d833d5..3067f2c 100644
--- a/smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java
+++ b/smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java
@@ -166,7 +166,7 @@
*/
@Override
public int insertPatMedOuthosp(PatMedOuthosp patMedOuthosp) {
- if (patMedOuthosp.getAdmitdate() != null) {
+ if (patMedOuthosp.getAdmitdate() == null) {
log.error("闂ㄦ�ュ氨璇婃椂闂翠笉鑳戒负绌�");
return 0;
}
--
Gitblit v1.9.3