From af9f53d12a987187faee1cdbb1cb19efef7db909 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 25 七月 2025 13:35:11 +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