소스 검색

tongce: 数据库切换

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 년 전
부모
커밋
52711c8ba0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):