Commit 575df951 authored by ZZH's avatar ZZH

fix open data 2023-8-10

parent 54b0d9c6
...@@ -149,8 +149,8 @@ async def post_home_page_lst_alarm(req, body: HomeLstAlarmReq) -> \ ...@@ -149,8 +149,8 @@ async def post_home_page_lst_alarm(req, body: HomeLstAlarmReq) -> \
storeys = await storey_by_cid(cid) storeys = await storey_by_cid(cid)
storey_ids = [item["storey_id"] for item in storeys] storey_ids = [item["storey_id"] for item in storeys]
return await new_list_alarm_service(cid, storey_ids, page_num, page_size, return await new_list_alarm_service(cid, storey_ids, page_num, page_size,
start, end, product, importance, start, end, importance, point_ids,
point_ids) + product)
@summary("首页-运行趋势") @summary("首页-运行趋势")
......
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