This commit is contained in:
feng
2025-12-18 14:28:49 +08:00
parent 9686399c80
commit 5d66a58af9
@@ -780,8 +780,10 @@ public class WatchServiceImpl implements IWatchService {
watchNo = watchBindHis.getWatchNo();
}
watchH5StepsDayVo.setWatchNo(watchNo);
WatchDataSdcItemVo sdcItem = this.getSdcItem(watchNo, queryDate, wdType);
watchH5StepsDayVo.setItemList(transStepsItem(sdcItem));
if(StrUtil.isNotEmpty(watchNo)) {
WatchDataSdcItemVo sdcItem = this.getSdcItem(watchNo, queryDate, wdType);
watchH5StepsDayVo.setItemList(transStepsItem(sdcItem));
}
return watchH5StepsDayVo;
}