提交 d61d0645 编写于 作者: zlt2000's avatar zlt2000

优化代码

上级 85aa8cc8
......@@ -186,9 +186,8 @@ public class AggregationServiceImpl implements IAggregationService {
.setSize(0)
.get();
Aggregations aggregations = response.getAggregations();
Map<String, Object> result = null;
Map<String, Object> result = new HashMap<>(9);
if (aggregations != null) {
result = new HashMap<>(9);
setCurrDate(result, aggregations);
setCurrWeek(result, aggregations);
setCurrMonth(result, aggregations);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册