Explorar el Código

集团分享途径统计

Signed-off-by: binren <zhangbr@elab-plus.com>
binren hace 5 años
padre
commit
77af1a5d2f
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      report_push.py

+ 3 - 3
report_push.py

@@ -847,12 +847,12 @@ class ReportPush(object):
                 others_data.append([x for x in ot])
             lable_data = []
             if len(others_data) > 0:
-                lable_data.extend(others_data[0][0: 5])
+                lable_data.extend(others_data[0][0: 4])
                 for i in range(1, 11):
                     number = 0
                     for od in others_data:
-                        if i == od[2]:
-                            number = od[3]
+                        if i == od[4]:
+                            number = od[5]
                         else:
                             pass
                     lable_data.append(number)