From 01a81beea99c0298a3b6178c7796f4c27b30c6c7 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 四月 2025 14:27:50 +0800
Subject: [PATCH] pat detail.  新增 appontment_id

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedBO.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedBO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedBO.java
index 03ca13d..1789de9 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedBO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/BedBO.java
@@ -23,14 +23,14 @@
     Integer status;
 
     /**
-     * 杩欎袱涓瓧娈� 鐢ㄤ簬鍒嗘祦鎺у埗
+     * 杩欎袱涓瓧娈� 鐢ㄤ簬鍒嗘祦鎺у埗, 鍙備笌鍒嗘祦鐨勫伐浣嶄娇鐢�
      * 銆愬�欒瘖涓�戞偅鑰呮暟 銆佹渶澶у厑璁告暟
      */
-    AtomicInteger readyPatNum = new AtomicInteger(0);
+    Integer readyPatNum = 0;
     Integer maxReadyPatNum = 0;
 
     @Override
     public int compareTo(@NotNull BedBO o) {
-        return Integer.compare(this.readyPatNum.get(), o.readyPatNum.get());
+        return Integer.compare(this.readyPatNum, o.readyPatNum);
     }
 }

--
Gitblit v1.9.3