Browse Source

项目区域信息补充

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
abaa990b66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jianye_report.py

+ 2 - 2
jianye_report.py

@@ -240,8 +240,8 @@ class JianYeReport(object):
         for id in house_ids:
             sub = []
             for x in self.house_region:
-                if x[0] == str(id):
-                    sub.append(x[1])
+                if str(x[1]) == str(id):
+                    sub.append(x[3])
             if len(sub) == 0:
                 sub.append(' ')
             for x in city_info: