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; } }