Commit 48675ba2 by 罗志长

fix: 呼吸心率数据排序

parent 6ab414bb
......@@ -387,6 +387,7 @@ public class PlatElderDayReportDayServiceImpl implements PlatElderDayReportDaySe
}
boolQueryBuilder.must(QueryBuilders.rangeQuery("reportTime").gte(reportTimeStart).lte(reportTimeEnd));
builder.query(boolQueryBuilder);
builder.sort("reportTime");
request.scroll(TimeValue.timeValueMinutes(scrollTime));
request.source(builder);
SearchResponse response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment