eight
2024-10-12 6a7f481d975f94984602b15c90904090f30b9b67
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueServiceTxFunctions.java
@@ -250,7 +250,7 @@
        BedQueueBO bo = mapBedVsQueue.get(String.format("%09d%s", roomId, bedNo));
        bo.queueNum.getAndDecrement(); // 可能已经【并发的】在 hurry-up 中改变了值
        removePriorityQueue(bo);
        refreshPriorityQueue(bo);
        return GlobalErrorCodeConstants.SUCCESS;
    }