From d88aeadb43f3aa1ce9fe6a358c5466e721a53038 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 08 四月 2025 22:41:19 +0800
Subject: [PATCH] just refactopr    工位信息维护  分流队列维护

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java
index 945f967..3543317 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java
@@ -45,12 +45,12 @@
     AppointmentDO getAppointment(Long id);
 
     /**
-     * 鑾峰緱褰撳ぉ鐨勯绾� 鏍规嵁PatID
+     * 鑾峰緱褰撳ぉ鐨勯绾� 鏍规嵁PatID and CheckType
      *
      * @param patId 缂栧彿
      * @return 棰勭害
      */
-    AppointmentDO getCurAppointmentByPatId(String patId);
+    AppointmentDO getCurAppointmentByPatIdAndCheckType(String patId, Integer checkType);
 
     /**
      * 鑾峰緱棰勭害
@@ -58,7 +58,7 @@
      * @param patId 缂栧彿
      * @return 棰勭害
      */
-    AppointmentDO queryAndCreateAppointmentByPatId(String patCode);
+    List<AppointmentDO> queryAndCreateAppointmentByPatId(String patCode);
 
     /**
      * 鑾峰緱棰勭害鍒嗛〉

--
Gitblit v1.9.3