This commit is contained in:
cpwu 2022-05-06 13:59:19 +08:00
parent 4e97cf21d8
commit 01ea52e33d
1 changed files with 0 additions and 3 deletions

View File

@ -99,13 +99,10 @@ class TDTestCase:
if not join_flag :
tdSql.error(sql=sql)
return
if len(tblist) == 2:
self.__join_current(sql, checkrows + 2 ) if where_condition else self.__join_current(sql, checkrows + 5 )
return
if len(tblist) > 2 or len(tblist) < 1:
tdSql.error(sql=sql)
return
# def __join_err_check(self,tbname):
# sqls = []