From 930183ea5d2ee2c6bccc3cf5093591f9f3e1b32b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 30 七月 2025 19:17:03 +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