fix
This commit is contained in:
+4
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user