This commit is contained in:
cpwu 2022-05-06 16:26:13 +08:00
parent f4f4bccdbb
commit b6b3247d41
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class TDTestCase:
if len(tblist) == 2:
if "ct1" in tblist or "t1" in tblist:
self.__join_current(sql, checkrows)
elif where_condition or "not null" in groups:
elif where_condition or "not null" in group_condition:
self.__join_current(sql, checkrows + 2 )
else:
self.__join_current(sql, checkrows + 5 )