jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/doctor/DoctorController.java
@@ -184,7 +184,7 @@ { queueService.finishInstallNextPatient(roomId, bedNo); List<QueueDO> queueDOList = queueService.getToBeInstalledPatient(roomId, bedNo); List<QueueDO> queueDOList = queueService.getToBeInstalledPatient(roomId, bedNo); // 待安装的患者 List<QueueDO> installingQueueDOList = queueDOList.stream().filter(queueDO -> queueDO.getStatus() == QueueStatusEnum.INSTALLING.getStatus()).toList(); // 过滤出 [安装中] 的,准备叫号 该工位应该 最多只有一个 [安装中]