Browse Source

tongce: 更新

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
788175e6af
1 changed files with 1 additions and 1 deletions
  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: