Commit faf23a43 authored by ZZH's avatar ZZH

fix business meter parse

parent b127e317
......@@ -19,12 +19,10 @@ from unify_api.modules.home_page.components.count_info_proxy_cps import \
CountInfoProxyResp, IycResp, IycmResp, RtrResp, CmResp, ApcResp, AsiResp, \
HsiResp, AiiResp
from unify_api.modules.home_page.procedures.count_info_pds import (
get_max_aiao_of_filed,
normal_rate_of_location, normal_rate_of_location_new15,
get_max_aiao_of_filed, normal_rate_of_location,
other_info, other_info_new15,
power_count_info,
electric_use_info,
datetime_to_timestamp,
power_charge_price,
cal_power_factor,
optimization_count_info, optimization_count_info_new
......@@ -59,7 +57,7 @@ async def post_count_info(request, body: CountInfoReq) -> CountInfoResp:
# temperature_qr, residual_current_qr = await normal_rate_of_location(
# company_id)
temperature_qr, residual_current_qr = await \
normal_rate_of_location_new15(company_id)
normal_rate_of_location(company_id)
# 今日报警数和累计安全运行天数
# today_alarm_count, safe_run_days, alarm_count = await other_info(
......
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