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