eight
2024-09-01 ed7ebfc37e525b4f52926e499cf0bec98f5e5bed
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;
    }
}