eight
2024-08-20 be69c3d9d175027cb8d43f60a7744dc6e8c52433
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -68,7 +68,14 @@
    void initQueue();
    /**
     *
     * 把医生候诊的队列塞满
     */
    void hurryup();
}
    /**
     * 医生叫下一位患者
     */
    void nextPatient(Long roomId, String bedNo);
    List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
}