jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -114,9 +114,9 @@ */ void passInstallNextPatient(Long roomId, String bedNo); List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList); List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Integer> statusList); List<QueueDO> getRoomQueueByStatus(Long roomId, List<Byte> statusList); List<QueueDO> getRoomQueueByStatus(Long roomId, List<Integer> statusList); PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);