eight
2024-10-24 d0a8075adc1eab9c9e05762ff1bfaba37207d389
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedDoctorNextPatientCallable.java
@@ -21,9 +21,8 @@
    public ErrorCode call() throws Exception {
        ErrorCode ec = queueService.nextPatient(roomId, bedNo);
        if (GlobalErrorCodeConstants.SUCCESS.equals(ec)) {
            queueService.hurryup();
        }
        queueService.hurryupOneBed(roomId, bedNo);
        queueService.monitorInfo();
        return ec;