eight
2024-10-31 784c60d5baad7edceab2f1668ed9116e5b5e5e89
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedDoctorNextPatientCallable.java
@@ -21,9 +21,8 @@
    public ErrorCode call() throws Exception {
        ErrorCode ec = queueService.nextPatient(roomId, bedNo);
        if (GlobalErrorCodeConstants.SUCCESS.equals(ec)) {
            queueService.hurryup();
        }
        queueService.hurryupOneBed(roomId, bedNo);
        queueService.monitorInfo();
        return ec;