eight
2024-10-23 43f5f007142811354c20015421a2be615d279f7e
fix bug: 叫号&过号 有时不hurryup
已修改1个文件
3 ■■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedDoctorNextPatientCallable.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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.hurryupOneBed(roomId, bedNo);
        }
        queueService.monitorInfo();
        return ec;