eight
2024-11-07 e36c1e2363e36a69a3cc8ccbc00d28b16f926abd
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);