Commit 19ff7c4c authored by lixuan's avatar lixuan

Merge branch 'dev-lx' into dev

parents f3d08bc2 571fbb59
Pipeline #144279 failed with stages
in 7 minutes and 13 seconds
...@@ -266,7 +266,7 @@ public class HouseResourceServiceImpl implements HouseResourceService { ...@@ -266,7 +266,7 @@ public class HouseResourceServiceImpl implements HouseResourceService {
result.add(houseResourceProfileGraph); result.add(houseResourceProfileGraph);
} }
} }
return result; return result.stream().sorted(Comparator.comparing(HouseResourceProfileGraph::getId)).collect(Collectors.toList());
} }
return Collections.emptyList(); return Collections.emptyList();
} }
......
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