From 8a4be4e2ce9e736e5a759577bb29af4c707fab82 Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Thu, 9 Apr 2026 11:44:06 +0800 Subject: [PATCH] =?UTF-8?q?316=20=E9=97=A8=E8=AF=8A=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E7=AB=99-=E3=80=8B=E5=8C=BB=E5=98=B1TAB=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=9A=E4=BC=9A=E8=AF=8A=E5=8C=BB=E5=98=B1=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=BB=8E=E2=80=9C=E5=B7=B2=E7=AD=BE=E5=8F=91=E2=80=9D=E5=8F=98?= =?UTF-8?q?=E6=88=90=E2=80=9C=E8=8D=89=E7=A8=BF=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appservice/impl/ConsultationAppServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/consultation/appservice/impl/ConsultationAppServiceImpl.java b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/consultation/appservice/impl/ConsultationAppServiceImpl.java index ac034051..6e5b6fa1 100644 --- a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/consultation/appservice/impl/ConsultationAppServiceImpl.java +++ b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/consultation/appservice/impl/ConsultationAppServiceImpl.java @@ -1677,8 +1677,8 @@ public class ConsultationAppServiceImpl implements IConsultationAppService { // 更新确认记录 updateConfirmationRecord(request); - // 更新医嘱状态为"已完成" - updateServiceRequestStatus(request.getOrderId(), RequestStatus.COMPLETED.getValue()); + // 🎯 需求:专家签名后会诊医嘱状态保持"已签发"(ACTIVE = 已发送/已签发),不改为已完成 + updateServiceRequestStatus(request.getOrderId(), RequestStatus.ACTIVE.getValue()); // 🎯 更新会诊关联费用项状态为"待收费",这样收费界面就能看到了 if (request.getOrderId() != null) {