jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java
@@ -58,7 +58,7 @@ * @param patId 编号 * @return 预约 */ AppointmentDO queryAndCreateAppointmentByPatId(String patId); AppointmentDO queryAndCreateAppointmentByPatId(String patCode); /** * 获得预约分页 @@ -70,5 +70,5 @@ List<AppointmentDO> getAppointmentExtermal(String patId); String appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO); Integer appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO); }