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