From 2bfdd686c710755b3ba07e41ea1b1bbab8992830 Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Thu, 12 Mar 2026 17:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=88=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/EncounterParticipantServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openhis-server-new/openhis-domain/src/main/java/com/openhis/administration/service/impl/EncounterParticipantServiceImpl.java b/openhis-server-new/openhis-domain/src/main/java/com/openhis/administration/service/impl/EncounterParticipantServiceImpl.java index d3bfd7fa..deb233a6 100644 --- a/openhis-server-new/openhis-domain/src/main/java/com/openhis/administration/service/impl/EncounterParticipantServiceImpl.java +++ b/openhis-server-new/openhis-domain/src/main/java/com/openhis/administration/service/impl/EncounterParticipantServiceImpl.java @@ -77,7 +77,7 @@ public class EncounterParticipantServiceImpl extends ServiceImpl() .set(EncounterParticipant::getStatusEnum, EncounterActivityStatus.COMPLETED.getValue()) .eq(EncounterParticipant::getEncounterId, encounterId) @@ -85,7 +85,6 @@ public class EncounterParticipantServiceImpl extends ServiceImpl