Explorar el Código

tongce: 更新

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

+ 1 - 1
tongce.py

@@ -538,7 +538,7 @@ class TongCe:
                             match_id = md[0]
                             option_name_alias = md[3]
                             isnert_data_all.append([5405, match_id, rule_id, option_name_alias, q_s[2]])
-            self.linshi_db.add_some(self.sql_6, isnert_data_all)
+            # self.linshi_db.add_some(self.sql_6, isnert_data_all)
             count += len(isnert_data_all)
             return {'写入库中的数据': count, '无数据': len(no_data_case)}
         except Exception as e: