From 0980c29c1948b1901fa834f86ffb5884a09223d5 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 10 十二月 2024 20:51:48 +0800 Subject: [PATCH] checktype 新增是否需要确费 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 34a0345..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 patId); + List<AppointmentDO> queryAndCreateAppointmentByPatId(String patCode); /** * 鑾峰緱棰勭害鍒嗛〉 @@ -70,5 +70,5 @@ List<AppointmentDO> getAppointmentExtermal(String patId); - String appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO); + Integer appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO); } -- Gitblit v1.9.3