Commit bcdf2de9 authored by hanbing's avatar hanbing

[update] 城市大脑-干线评价-曲线图按时间排序

parent 86267df5
...@@ -644,7 +644,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService { ...@@ -644,7 +644,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService {
} }
} }
res.sort(Comparator.comparing(MainlineEvaluateBottomCurveVO::getMetricTime));
return res; return res;
} }
......
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 to comment