Commit 9735241a authored by wang.wenrong's avatar wang.wenrong

扬尘返回空处理

parent dc74e9e6
...@@ -62,5 +62,5 @@ async def post_index_wave_stati(req, body: WsStatiReq) -> WsStatiResp: ...@@ -62,5 +62,5 @@ async def post_index_wave_stati(req, body: WsStatiReq) -> WsStatiResp:
cid = body.cid cid = body.cid
start = body.start start = body.start
end = body.end end = body.end
return await index_electric_service(cid, start, end) # return await index_electric_service(cid, start, end)
return WsStatiResp()
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