eight
2024-09-18 9c2d4bb0cf8c2bebbff75bf8c7914ac0a40798ae
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedDoctorPauseCallable.java
@@ -23,7 +23,10 @@
    }
    public ErrorCode call() throws Exception {
        return queueService.bedDoctorPause(roomId, bedNo, docId, docName);
        ErrorCode ec = queueService.bedDoctorPause(roomId, bedNo, docId, docName);
        queueService.monitorInfo();
        return ec;
    }
}