eight
2025-04-09 fdc8490df43548b06061edc5ff9c711c845f8899
update
已修改1个文件
2 ■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueServiceTxFunctions.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueServiceTxFunctions.java
@@ -71,7 +71,7 @@
    ConcurrentHashMap<String, BedBO> mapOpeningBed = new ConcurrentHashMap<>();
    // 装机工位..不进入分流队列
    Map<Integer, PriorityBlockingQueue<BedBO>> mapCheckTypeRoutingQueue = new HashMap();
    ConcurrentHashMap<Integer, PriorityBlockingQueue<BedBO>> mapCheckTypeRoutingQueue = new ConcurrentHashMap<>();
    
    Map<Integer, CheckTypeDO> mapCheckTypeVsReadyMax = null;