This commit is contained in:
aaron 2025-03-22 17:04:17 +08:00
parent ae4a6c59e9
commit f545bf4efd
2 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ async def get_buildings(
# 查询数据 # 查询数据
results = query.offset(skip).limit(limit).all() results = query.offset(skip).limit(limit).all()
results = [sorted(results, key=lambda x: x.building_name)]
# 处理返回数据 # 处理返回数据
building_list = [] building_list = []

Binary file not shown.