Commit 571fbb59 authored by lixuan's avatar lixuan

feat: 房源

parent e10d473f
...@@ -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