Commit c90f4e19 authored by wang.wenrong's avatar wang.wenrong

Merge branch 'wwr' into 'develop'

扬尘返回空处理

See merge request !16
parents da4a9577 9735241a
......@@ -62,5 +62,5 @@ async def post_index_wave_stati(req, body: WsStatiReq) -> WsStatiResp:
cid = body.cid
start = body.start
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