root 1 year ago
parent
commit
978a18011a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_verification.py

+ 1 - 1
data_verification.py

@@ -437,7 +437,7 @@ def check_risk_type(ws, row_num, title_dict):
         return
     risk = ws[f"{title_dict[key]}{row_num}"].value
     if risk is not None and len(risk) > 0:
-        risks.append((risk, i))
+        risks.append((risk, 1))
 
     # 定义:健康帮扶,"综合保障,社会帮扶,义务教育保障, 教育帮扶, 住房安全保障, 搬迁, 饮水安全保障, 产业帮扶, 就业帮扶, 金融帮扶, 公益岗位帮扶等常量
     HEALTH_SUPPORT = "健康帮扶"