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