From a156ddbb26693b8040f9dbbd7582a12c1fc8d61b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 07 十一月 2024 17:04:47 +0800
Subject: [PATCH] 预约序号
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java | 7 ++++---
1 files changed, 4 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 279bfe1..945f967 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
@@ -5,6 +5,7 @@
import cn.lihu.jh.framework.common.pojo.PageResult;
import javax.validation.Valid;
+import java.util.List;
/**
* 棰勭害 Service 鎺ュ彛
@@ -57,7 +58,7 @@
* @param patId 缂栧彿
* @return 棰勭害
*/
- AppointmentDO queryAndCreateAppointmentByPatId(String patId);
+ AppointmentDO queryAndCreateAppointmentByPatId(String patCode);
/**
* 鑾峰緱棰勭害鍒嗛〉
@@ -67,7 +68,7 @@
*/
PageResult<AppointmentDO> getAppointmentPage(AppointmentPageReqVO pageReqVO);
- AppointmentDO getAppointmentExtermal(String patId);
+ List<AppointmentDO> getAppointmentExtermal(String patId);
- String appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO);
+ Integer appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO);
}
--
Gitblit v1.9.3