From 9abd695cac8c79a41b6497e0e9c8414138210f90 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 14 十一月 2024 10:36:13 +0800
Subject: [PATCH] just comment
---
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