This commit is contained in:
cpwu 2022-05-06 16:35:45 +08:00
parent b6b3247d41
commit 43fd14759b
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ class TDTestCase:
self.__join_current(sql, checkrows)
elif where_condition or "not null" in group_condition:
self.__join_current(sql, checkrows + 2 )
elif group_condition:
self.__join_current(sql, checkrows + 3 )
else:
self.__join_current(sql, checkrows + 5 )
if len(tblist) > 2 or len(tblist) < 1: