eight
2024-09-13 77ab08e5fc74c1756841b4c535b28f46d95b16f3
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;
    }
}