From 88ca2e40cdd8b209b7c13f97de9e98564e0e75ba Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 七月 2025 16:20:22 +0800
Subject: [PATCH] 代码提交

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/external/ExternalController.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/external/ExternalController.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/external/ExternalController.java
index 19c49b6..82a4bb2 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/external/ExternalController.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/external/ExternalController.java
@@ -63,6 +63,7 @@
                     ActionTypeEnum.S0202ECG, appointmentService::handleAppointmentUpdate,
                     ActionTypeEnum.S040501HIS, appointmentService::handleAppointmentStateUpdate,
                     ActionTypeEnum.S050401, appointmentService::handleCheckAppointmentUpdate,
+                    ActionTypeEnum.S0405, appointmentService::handleAppointmentStatusUpdate,
                     ActionTypeEnum.S050501, appointmentService::handleCheckAppointmentUpdate
             );
 

--
Gitblit v1.9.3