提交 01ea52e3 编写于 作者: C cpwu

fix case

上级 4e97cf21
......@@ -99,13 +99,10 @@ class TDTestCase:
if not join_flag :
tdSql.error(sql=sql)
return
if len(tblist) == 2:
self.__join_current(sql, checkrows + 2 ) if where_condition else self.__join_current(sql, checkrows + 5 )
return
if len(tblist) > 2 or len(tblist) < 1:
tdSql.error(sql=sql)
return
# def __join_err_check(self,tbname):
# sqls = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册