This commit is contained in:
cpwu 2022-05-06 13:57:45 +08:00
parent d2ef75b578
commit 4e97cf21d8
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class TDTestCase:
tdSql.error(sql=sql)
return
if len(tblist) == 2:
self.__join_current(sql, checkrows)
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)