From 6139c70e97f6f1afd5731860fc3869637147f452 Mon Sep 17 00:00:00 2001 From: wanghao Date: Mon, 28 Jul 2025 15:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=8E=8B?= =?UTF-8?q?=E5=8A=9B=E4=B8=8D=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/renkang/watch/service/impl/WatchServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchServiceImpl.java b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchServiceImpl.java index 1817da6..856f98c 100644 --- a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchServiceImpl.java +++ b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchServiceImpl.java @@ -358,7 +358,7 @@ public class WatchServiceImpl implements IWatchService { //体温 WatchH5IndexItemVo tempVo = new WatchH5IndexItemVo(); tempVo.setWdType("temperature"); - List list = Arrays.asList(sleepVo, stepsVo, hearRateVo, stepsVo, spo2Vo, tempVo); + List list = Arrays.asList(sleepVo, stepsVo, hearRateVo, stressVo, spo2Vo, tempVo); return list.parallelStream() .peek(itemVo -> { itemVo.setWarnMin("0.0");