|
|
@@ -1053,7 +1053,7 @@ namespace HealthMonitor.Service.Biz.db |
|
|
|
// return null; |
|
|
|
//} |
|
|
|
var listRes = filteredCollection.Select(i => new { last_update=i.LastUpdate.ToString("yyyy-MM-dd HH:mm:ss"),heart_rate=i.PregnancyHeartRate }).ToList(); |
|
|
|
_logger.LogInformation($"highFreqSampleInterval:{highFreqSampleInterval},{serialNo} 去除高频数据后列表: {JsonConvert.SerializeObject(listRes)}"); |
|
|
|
//_logger.LogInformation($"highFreqSampleInterval:{highFreqSampleInterval},{serialNo} 去除高频数据后列表: {JsonConvert.SerializeObject(listRes)}"); |
|
|
|
|
|
|
|
_logger.LogInformation($"{serialNo} 去除高频数据后的数据集: " + string.Join(", ", res)); |
|
|
|
|
|
|
|