Browse Source

tongce: 数据库切换

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
52711c8ba0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tongce.py

+ 1 - 1
tongce.py

@@ -171,7 +171,7 @@ class TongCe:
         return insert_data
 
     def get_option_match_info(self):
-        result = self.shangju_db.select(self.sql_4)
+        result = self.linshi_db.select(self.sql_4)
         return result
 
     def get_testcase_ids_by_house_name(self, house_name):