修改首页压力不显示bug
This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ public class WatchServiceImpl implements IWatchService {
|
|||||||
//体温
|
//体温
|
||||||
WatchH5IndexItemVo tempVo = new WatchH5IndexItemVo();
|
WatchH5IndexItemVo tempVo = new WatchH5IndexItemVo();
|
||||||
tempVo.setWdType("temperature");
|
tempVo.setWdType("temperature");
|
||||||
List<WatchH5IndexItemVo> list = Arrays.asList(sleepVo, stepsVo, hearRateVo, stepsVo, spo2Vo, tempVo);
|
List<WatchH5IndexItemVo> list = Arrays.asList(sleepVo, stepsVo, hearRateVo, stressVo, spo2Vo, tempVo);
|
||||||
return list.parallelStream()
|
return list.parallelStream()
|
||||||
.peek(itemVo -> {
|
.peek(itemVo -> {
|
||||||
itemVo.setWarnMin("0.0");
|
itemVo.setWarnMin("0.0");
|
||||||
|
|||||||
Reference in New Issue
Block a user