peng hace 2 años
padre
commit
b79842c358
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AdminController/dataSystemManagement/UnicomDataController.py

+ 1 - 1
AdminController/dataSystemManagement/UnicomDataController.py

@@ -157,7 +157,7 @@ class UnicomDataView(View):
             key = 'monthly_flow_' + iccid
             if year and month:
                 file = year + '-' + month
-                flow = redis_obj.get_hash_data(key, file)
+                flow = redis_obj.get_hash_data(key, file)[0]
                 flow = flow.decode() if flow else 0
                 data_list.append({file: flow})
             else: