eight
2024-11-13 6e9a55146866cd357592a0e0e8aa7b73cf9f036d
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);