eight
2024-09-02 3be2584eca33b24abfa773a4c5ae6f5c1de31d76
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;
    }
}