提交 cbd55c47 编写于 作者: C cpwu

fix case

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