From a59914b95ca9e2cabac63b3c4c50a503ccbda3c3 Mon Sep 17 00:00:00 2001 From: wanghao Date: Mon, 15 Dec 2025 13:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E9=94=AE=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E6=9E=84=E5=BB=BAsocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WatchMonitorDataServiceImpl.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchMonitorDataServiceImpl.java b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchMonitorDataServiceImpl.java index f830617..922e395 100644 --- a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchMonitorDataServiceImpl.java +++ b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchMonitorDataServiceImpl.java @@ -233,7 +233,7 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl hospitalSocketVoList = getNearestHospitals(data); @@ -311,11 +311,10 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl {}", JSONObject.toJSONString(monitorDataEntity)); WatchMonitorSocketVo socketVo = new WatchMonitorSocketVo(); BeanUtils.copyProperties(monitorDataEntity, socketVo); @@ -330,13 +329,6 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl().in(WatchKeyUser::getUserId, userNew.getId()), false);