This commit is contained in:
cpwu 2022-05-06 15:45:16 +08:00
parent 1436796da7
commit f4f4bccdbb
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 "null" in groups:
elif where_condition or "not null" in groups:
self.__join_current(sql, checkrows + 2 )
else:
self.__join_current(sql, checkrows + 5 )