eight
2024-11-14 28314081239ddbdb0bec61ab7fc87bcab05202d8
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/doctor/DoctorController.java
@@ -414,7 +414,7 @@
        if (roomId != roomId_operator)
            return error(QUEUE_RECALL_INSTALL_NOT_CUR_ROOM);
        Integer result = queueService.recallInstallPatient(roomId, bedNo, patId, checkType, bedNo_operator);
        Integer result = queueService.recallInstallPatient(roomId, bedNo, patId, checkType, roomId_operator, bedNo_operator);
        if (null == result || 0 == result)
            return error(PATIENT_NOT_EXISTS);