From 37ee7e2d5f421ecdc6a908f253add4a85bb45158 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 02 四月 2026 09:37:14 +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