Commit 4126242c authored by lixuan's avatar lixuan

feat: 房源

parent 1d2eda59
Pipeline #144505 failed with stages
in 6 minutes and 35 seconds
......@@ -510,6 +510,6 @@ public class HouseResourceServiceImpl implements HouseResourceService {
x.setBusinessEntityInfoNames(businessEntityInfos.stream().map(BusinessEntityInfo::getName).collect(Collectors.toList()));
}
});
return list;
return list.stream().sorted(Comparator.comparing(HouseResourcePage::getHouseNumber, Comparator.nullsLast(String::compareTo))).collect(Collectors.toList());
}
}
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