Commit a6e4d703 authored by ZZH's avatar ZZH

fix temp rc qr 2023-6-16

parent 36127263
......@@ -142,7 +142,8 @@ async def normal_rate_of_location(cid):
lids = list(location_map.keys())
adio_currents = []
if lids:
adio_currents = await RedisUtils().hmget("adio_current", *lids)
key = f"real_time:adio:{SETTING.mysql_db}"
adio_currents = await RedisUtils().hmget(key, *lids)
adio_infos = {}
for index, item_byte in enumerate(adio_currents):
......
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