提交 1436796d 编写于 作者: C cpwu

fix case

上级 c4b4c008
...@@ -102,7 +102,7 @@ class TDTestCase: ...@@ -102,7 +102,7 @@ class TDTestCase:
if len(tblist) == 2: if len(tblist) == 2:
if "ct1" in tblist or "t1" in tblist: if "ct1" in tblist or "t1" in tblist:
self.__join_current(sql, checkrows) self.__join_current(sql, checkrows)
elif where_condition: elif where_condition or "null" in groups:
self.__join_current(sql, checkrows + 2 ) self.__join_current(sql, checkrows + 2 )
else: else:
self.__join_current(sql, checkrows + 5 ) self.__join_current(sql, checkrows + 5 )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册