fix case
This commit is contained in:
parent
1436796da7
commit
f4f4bccdbb
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue