From 74c6c2604a6eff0e86510c72325cf49253d89d57 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 13 十一月 2024 18:26:37 +0800
Subject: [PATCH] update
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
index 3db4f8a..fc8277f 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -124,9 +124,9 @@
PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo);
- Integer recallPatient(Long roomId, String bedNo, String patId);
+ Integer recallPatient(Long roomId, String bedNo, String patId, Integer checkType);
- Integer recallInstallPatient(Long roomId, String bedNo, String patId);
+ Integer recallInstallPatient(Long roomId, String bedNo, String patId, Integer checkType, String bedNo_operator);
Integer patientJump(String patId, Byte jumped );
--
Gitblit v1.9.3