From d31e943b87bd1093ad2f5aa104406c254570f98c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 01 十二月 2025 17:32:09 +0800
Subject: [PATCH] 查询预约时间SQL修改
---
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