update
This commit is contained in:
parent
ae4a6c59e9
commit
f545bf4efd
@ -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 = []
|
||||||
|
|||||||
BIN
jobs.sqlite
BIN
jobs.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user